[PATCH 06/10] [WineDump]: default mode

Eric Pouech eric.pouech at wanadoo.fr
Wed Nov 29 14:40:26 CST 2006


- let dump mode to be used by default

A+
---

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

diff --git a/tools/winedump/main.c b/tools/winedump/main.c
index 193fb74..591c261 100644
--- a/tools/winedump/main.c
+++ b/tools/winedump/main.c
@@ -306,6 +306,9 @@ static void parse_options (char *argv[])
 
   if (VERBOSE && QUIET)
     fatal ("Options -v and -q are mutually exclusive");
+  
+  if (globals.mode == NONE)
+      do_dump("");
 }
 
 static void set_module_name(unsigned setUC)



More information about the wine-patches mailing list