[Scummvm-cvs-logs] CVS: scummvm/scumm/smush saud_channel.cpp,1.30,1.31
Gregory Montoir
cyx at users.sourceforge.net
Fri Aug 19 15:37:26 CEST 2005
Update of /cvsroot/scummvm/scummvm/scumm/smush
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24940
Modified Files:
saud_channel.cpp
Log Message:
typo
Index: saud_channel.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/saud_channel.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- saud_channel.cpp 14 Aug 2005 02:04:26 -0000 1.30
+++ saud_channel.cpp 19 Aug 2005 22:36:49 -0000 1.31
@@ -30,7 +30,7 @@
void SaudChannel::handleStrk(Chunk &b) {
int32 size = b.getSize();
if (size != 14 && size != 10) {
- error("STRK has a invalid size : %d", size);
+ error("STRK has an invalid size : %d", size);
}
}
@@ -41,7 +41,7 @@
void SaudChannel::handleShdr(Chunk &b) {
int32 size = b.getSize();
if (size != 4)
- error("SMRK has a invalid size : %d", size);
+ error("SHDR has an invalid size : %d", size);
}
bool SaudChannel::handleSubTags(int32 &offset) {
More information about the Scummvm-git-logs
mailing list