[Scummvm-cvs-logs] SF.net SVN: scummvm: [25930] scummvm/trunk/engines/parallaction/archive.cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Fri Mar 2 22:46:55 CET 2007


Revision: 25930
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25930&view=rev
Author:   peres001
Date:     2007-03-02 13:46:54 -0800 (Fri, 02 Mar 2007)

Log Message:
-----------
corrected error message

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/archive.cpp

Modified: scummvm/trunk/engines/parallaction/archive.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/archive.cpp	2007-03-02 17:49:08 UTC (rev 25929)
+++ scummvm/trunk/engines/parallaction/archive.cpp	2007-03-02 21:46:54 UTC (rev 25930)
@@ -42,7 +42,7 @@
 
 	strcpy(path, file);
 	if (!_archive.open(path))
-		errorFileNotFound(path);
+		error("archive '%s' not found", path);
 
 	_archive.skip(22);
 	_archive.read(_archiveDir, MAX_ARCHIVE_ENTRIES*32);


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