[ scummvm-Patches-587092 ] Typo in debug.cpp

noreply at sourceforge.net noreply at sourceforge.net
Fri Jul 26 18:11:26 CEST 2002


Patches item #587092, was opened at 2002-07-26 18:11
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=587092&group_id=37116

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Torbjörn Andersson (eriktorbjorn)
Assigned to: Nobody/Anonymous (nobody)
Summary: Typo in debug.cpp

Initial Comment:
I got this warning when compiling a July 25 snapshot:

debug.cpp: In method `bool ScummDebugger::do_command()':
debug.cpp:135: warning: too few arguments for format

The problem is, of course, the line that looks
something like

     printf( ... ), flags;

which surely should be

     printf( ..., flags);


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=587092&group_id=37116




More information about the Scummvm-tracker mailing list