CVS: winex/dlls/dbghelp pe_module.c,1.5,1.6

[email protected] 14 Dec 2007 19:13:38 -0000
Newsgroups gmane.comp.emulators.winex.cvs
Message-ID <[email protected]>
Subject: winex/dlls/dbghelp pe_module.c,1.5,1.6Update of /var/lib/cvsd/cvsroot/winex/dlls/dbghelp
In directory agravaine:/tmp/cvs-serv12280/dlls/dbghelp

Modified Files:
	pe_module.c 
Log Message:
fixed my mainline build break

- forgot a 'module->' in the patch i checked in last night.  Fixed now.




Index: pe_module.c
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/dlls/dbghelp/pe_module.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pe_module.c	14 Dec 2007 19:13:25 -0000	1.5
+++ pe_module.c	14 Dec 2007 19:13:36 -0000	1.6
@@ -325,7 +325,7 @@
                  */
 
                 if (!ret)
-                    ERR("loading debug information failed for module '%s'\n", debugstr_a(module_name));
+                    ERR("loading debug information failed for module '%s'\n", debugstr_a(module->module_name));
             }
 /* FIXME shouldn't we check that? if (!module_get_debug(pcs, module))l */
             TRACE("loading public debug symbols\n");