[Scummvm-cvs-logs] SF.net SVN: scummvm:[46021] scummvm/trunk/tools/create_kyradat/ create_kyradat.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Fri Nov 20 22:23:40 CET 2009


Revision: 46021
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46021&view=rev
Author:   lordhoto
Date:     2009-11-20 21:23:39 +0000 (Fri, 20 Nov 2009)

Log Message:
-----------
Readded output whether extraction succeeded or not.

Modified Paths:
--------------
    scummvm/trunk/tools/create_kyradat/create_kyradat.cpp

Modified: scummvm/trunk/tools/create_kyradat/create_kyradat.cpp
===================================================================
--- scummvm/trunk/tools/create_kyradat/create_kyradat.cpp	2009-11-20 20:32:25 UTC (rev 46020)
+++ scummvm/trunk/tools/create_kyradat/create_kyradat.cpp	2009-11-20 21:23:39 UTC (rev 46021)
@@ -583,7 +583,10 @@
 		else
 			printf("Processing file '%s'...\n", f1->second.c_str());
 
-		process(out, i->first, i->second.data, i->second.size);
+		if (!process(out, i->first, i->second.data, i->second.size))
+			printf("FAILED\n");
+		else
+			printf("OK\n");
 	}
 
 	// Free up memory


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