#7991 closed patch
Typo in debug.cpp
Reported by: | eriktorbjorn | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | Engine: SCUMM |
Version: | Keywords: | ||
Cc: | Game: |
Description
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);
Ticket imported from: #587092. Ticket imported from: patches/96.
Change History (2)
comment:1 by , 22 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:2 by , 6 years ago
Component: | → Engine: SCUMM |
---|
Note:
See TracTickets
for help on using tickets.