Default debugger start string

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Tue Apr 15 13:23:34 CDT 2003


Changelog
	win32/except.c: start_debugger
	Don't use a hex number for the event in the default string
-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
Index: wine/win32/except.c
===================================================================
RCS file: /home/wine/wine/win32/except.c,v
retrieving revision 1.65
diff -u -r1.65 except.c
--- wine/win32/except.c	4 Apr 2003 19:41:31 -0000	1.65
+++ wine/win32/except.c	15 Apr 2003 18:20:07 -0000
@@ -304,7 +304,7 @@
     else
     {
         cmdline = HeapAlloc(GetProcessHeap(), 0, 80);
-        sprintf(cmdline, "winedbg --debugmsg -all --auto %ld %p", GetCurrentProcessId(), hEvent);
+        sprintf(cmdline, "winedbg --debugmsg -all --auto %ld %ld", GetCurrentProcessId(), hEvent);
     }
 
     if (!bAuto)



More information about the wine-patches mailing list