Strange debug message in programs/winedbg/info.c
Hi, The debugger kept messing up my output because of a missing newline. This patch fixes that. However, the condition checks for first_dll, but the output says first_option. They can't both be right. So which one should it be?
Sami Aario a écrit :
Hi,
The debugger kept messing up my output because of a missing newline. This patch fixes that. However, the condition checks for first_dll, but the output says first_option. They can't both be right. So which one should it be?
It should be first_dll in both cases. A+
Patch submitted. ----- Original Message ----- From: "Eric Pouech" <pouech-eric(a)wanadoo.fr> To: "Sami Aario" <sami.aario(a)surfeu.fi> Cc: <wine-devel(a)winehq.org> Sent: Saturday, January 24, 2004 10:57 PM Subject: Re: Strange debug message in programs/winedbg/info.c
Sami Aario a écrit :
Hi,
The debugger kept messing up my output because of a missing newline. This patch fixes that. However, the condition checks for first_dll, but the output says first_option. They can't both be right. So which one should it be?
It should be first_dll in both cases. A+
participants (2)
-
Eric Pouech -
Sami Aario