ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Windows/main_windows.cpp
(Generate patch)

Comparing BasiliskII/src/Windows/main_windows.cpp (file contents):
Revision 1.13 by gbeauche, 2008-01-01T09:40:33Z vs.
Revision 1.14 by asvitkine, 2009-07-23T19:19:13Z

# Line 206 | Line 206 | static void usage(const char *prg_name)
206                  "  --break ADDRESS\n    set ROM breakpoint\n"
207                  "  --rominfo\n    dump ROM information\n", prg_name
208          );
209 <        LoadPrefs(); // read the prefs file so PrefsPrintUsage() will print the correct default values
209 >        LoadPrefs(NULL); // read the prefs file so PrefsPrintUsage() will print the correct default values
210          PrefsPrintUsage();
211          exit(0);
212   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines