[Scummvm-cvs-logs] SF.net SVN: scummvm:[40487] scummvm/trunk/common/iff_container.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue May 12 15:56:09 CEST 2009


Revision: 40487
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40487&view=rev
Author:   lordhoto
Date:     2009-05-12 13:56:09 +0000 (Tue, 12 May 2009)

Log Message:
-----------
Typo.

Modified Paths:
--------------
    scummvm/trunk/common/iff_container.h

Modified: scummvm/trunk/common/iff_container.h
===================================================================
--- scummvm/trunk/common/iff_container.h	2009-05-12 13:29:32 UTC (rev 40486)
+++ scummvm/trunk/common/iff_container.h	2009-05-12 13:56:09 UTC (rev 40487)
@@ -202,7 +202,7 @@
 	IFFParser(Common::ReadStream &input) : _formChunk(&input), _chunk(&input) {
 		_formChunk.readHeader();
 		if (_formChunk.id != ID_FORM) {
-			error("IFFDecoder input is not a FORM type IFF file");
+			error("IFFParser input is not a FORM type IFF file");
 		}
 		_typeId = _formChunk.readUint32BE();
 	}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list