diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2006-11-06 18:36:10 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2006-11-06 18:36:10 +0000 |
| commit | 4aa01ed5f03e89710a08a43b053c2d07417e9d43 (patch) | |
| tree | 2c4294ff59b86a3c86d8c01c5b37973a873d138d /uisimulator | |
| parent | 5efee7c94adb691799becb605002e85e13bf11e5 (diff) | |
| download | rockbox-4aa01ed5f03e89710a08a43b053c2d07417e9d43.zip rockbox-4aa01ed5f03e89710a08a43b053c2d07417e9d43.tar.gz rockbox-4aa01ed5f03e89710a08a43b053c2d07417e9d43.tar.bz2 rockbox-4aa01ed5f03e89710a08a43b053c2d07417e9d43.tar.xz | |
Fixed the errors on the sims.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11454 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
| -rw-r--r-- | uisimulator/sdl/lcd-charcell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/sdl/lcd-charcell.c b/uisimulator/sdl/lcd-charcell.c index eb94ebf..28ce091 100644 --- a/uisimulator/sdl/lcd-charcell.c +++ b/uisimulator/sdl/lcd-charcell.c @@ -181,7 +181,7 @@ void screen_dump(void) int x, y; static unsigned char line[BMP_LINESIZE]; - create_numbered_filename(filename, "", "dump_", ".bmp", 4, + create_numbered_filename(filename, "", "dump_", ".bmp", 4 IF_CNFN_NUM_(, NULL)); DEBUGF("screen_dump\n"); |