[Scummvm-cvs-logs] SF.net SVN: scummvm:[42571] tools/branches/gsoc2009-gui/compress_queen.cpp

Remere at users.sourceforge.net Remere at users.sourceforge.net
Fri Jul 17 21:45:42 CEST 2009


Revision: 42571
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42571&view=rev
Author:   Remere
Date:     2009-07-17 19:45:42 +0000 (Fri, 17 Jul 2009)

Log Message:
-----------
*Fixed error with compress_queen not flushing output files before reading them back again.

Modified Paths:
--------------
    tools/branches/gsoc2009-gui/compress_queen.cpp

Modified: tools/branches/gsoc2009-gui/compress_queen.cpp
===================================================================
--- tools/branches/gsoc2009-gui/compress_queen.cpp	2009-07-17 19:22:12 UTC (rev 42570)
+++ tools/branches/gsoc2009-gui/compress_queen.cpp	2009-07-17 19:45:42 UTC (rev 42571)
@@ -312,6 +312,9 @@
 		outputTbl.writeUint32BE(_entry.size);
 	}
 
+	outputTbl.close();
+	outputData.close();
+
 	/* Merge the temporary table and temporary datafile to create final file */
 	createFinalFile(&outpath);
 }


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