Opened 22 years ago

Closed 22 years ago

Last modified 5 years ago

#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 fingolfin, 22 years ago

Owner: set to fingolfin
Status: newclosed

comment:2 by digitall, 5 years ago

Component: Engine: SCUMM
Note: See TracTickets for help on using tickets.