André Hentschel : winedump: Fix sym mode.

Alexandre Julliard julliard at winehq.org
Mon Dec 28 09:16:12 CST 2009


Module: wine
Branch: master
Commit: 1cee3235bcdc3fa3a6f02f57a257c3dbc79fc520
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1cee3235bcdc3fa3a6f02f57a257c3dbc79fc520

Author: André Hentschel <nerv at dawncrow.de>
Date:   Sat Dec 26 16:21:23 2009 +0100

winedump: Fix sym mode.

---

 tools/winedump/main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/winedump/main.c b/tools/winedump/main.c
index d5f39b5..4186044 100644
--- a/tools/winedump/main.c
+++ b/tools/winedump/main.c
@@ -69,6 +69,7 @@ static void do_demangle (const char *arg)
     if (globals.mode != NONE) fatal("Only one mode can be specified\n");
     globals.mode = DMGL;
     globals.do_code = 1;
+    globals.do_demangle = 1;
 }
 
 




More information about the wine-cvs mailing list