winebdg: take III

Eric Pouech pouech-eric at wanadoo.fr
Thu Feb 5 14:26:48 CST 2004


this time (I hope the last), with a typo fix (thx Dmitry for pointing 
that out).
A+
-------------- next part --------------
Name:          wd_dt2
ChangeLog:     fixed typo
License:       X11
GenDate:       2004/02/05 20:25:56 UTC
ModifiedFiles: programs/winedbg/elf.c
===================================================================
RCS file: /home/cvs/cvsroot/wine/wine/programs/winedbg/elf.c,v
retrieving revision 1.2
diff -u -u -r1.2 elf.c
--- programs/winedbg/elf.c	5 Feb 2004 01:27:38 -0000	1.2
+++ programs/winedbg/elf.c	5 Feb 2004 20:24:24 -0000
@@ -267,7 +267,7 @@
 #define DT_PROCNUM 0
 #endif
 #ifndef DT_EXTRANUM
-#define DT_PROCNUM 0
+#define DT_EXTRANUM 0
 #endif
     return (d_tag >= 0 && d_tag < DT_NUM + DT_PROCNUM + DT_EXTRANUM)
 #if defined(DT_LOOS) && defined(DT_HIOS)


More information about the wine-patches mailing list