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@wanadoo.fr To: "Sami Aario" sami.aario@surfeu.fi Cc: wine-devel@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+