[Scummvm-cvs-logs] CVS: scummvm resource.cpp,1.28,1.29
Ludvig Strigeus
strigeus at users.sourceforge.net
Thu Dec 27 10:04:12 CET 2001
- Previous message: [Scummvm-cvs-logs] CVS: scummvm actor.cpp,1.19,1.20 akos.cpp,1.3,1.4 boxes.cpp,1.5,1.6 costume.cpp,1.11,1.12 debug.cpp,1.11,1.12 gfx.cpp,1.24,1.25 object.cpp,1.18,1.19 resource.cpp,1.27,1.28 saveload.cpp,1.20,1.21 script.cpp,1.16,1.17 script_v1.cpp,1.16,1.17 script_v2.cpp,1.16,1.17 scumm.h,1.35,1.36 scummvm.cpp,1.30,1.31 scummvm.dsp,1.16,1.17 sdl.cpp,1.26,1.27 sound.cpp,1.12,1.13 string.cpp,1.12,1.13 verbs.cpp,1.11,1.12 windows.cpp,1.22,1.23
- Next message: [Scummvm-cvs-logs] CVS: scummvm Makefile,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv23271
Modified Files:
resource.cpp
Log Message:
fixed invalid format string in validateResource
Index: resource.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/resource.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** resource.cpp 2001/12/27 17:51:58 1.28
--- resource.cpp 2001/12/27 18:03:20 1.29
***************
*** 591,595 ****
void Scumm::validateResource(const char *str, int type, int index) {
if (type<rtFirst || type>rtLast || (uint)index >= (uint)res.num[type]) {
! error("%d Illegal Glob type %d num %d", str, type, index);
}
}
--- 591,595 ----
void Scumm::validateResource(const char *str, int type, int index) {
if (type<rtFirst || type>rtLast || (uint)index >= (uint)res.num[type]) {
! error("%s Illegal Glob type %d num %d", str, type, index);
}
}
- Previous message: [Scummvm-cvs-logs] CVS: scummvm actor.cpp,1.19,1.20 akos.cpp,1.3,1.4 boxes.cpp,1.5,1.6 costume.cpp,1.11,1.12 debug.cpp,1.11,1.12 gfx.cpp,1.24,1.25 object.cpp,1.18,1.19 resource.cpp,1.27,1.28 saveload.cpp,1.20,1.21 script.cpp,1.16,1.17 script_v1.cpp,1.16,1.17 script_v2.cpp,1.16,1.17 scumm.h,1.35,1.36 scummvm.cpp,1.30,1.31 scummvm.dsp,1.16,1.17 sdl.cpp,1.26,1.27 sound.cpp,1.12,1.13 string.cpp,1.12,1.13 verbs.cpp,1.11,1.12 windows.cpp,1.22,1.23
- Next message: [Scummvm-cvs-logs] CVS: scummvm Makefile,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list