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

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Tue Dec 1 16:52:42 CET 2009


Revision: 46231
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46231&view=rev
Author:   peres001
Date:     2009-12-01 15:52:42 +0000 (Tue, 01 Dec 2009)

Log Message:
-----------
Fix output path calculation.

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

Modified: tools/branches/gsoc2009-gui/extract_parallaction.cpp
===================================================================
--- tools/branches/gsoc2009-gui/extract_parallaction.cpp	2009-12-01 10:47:39 UTC (rev 46230)
+++ tools/branches/gsoc2009-gui/extract_parallaction.cpp	2009-12-01 15:52:42 UTC (rev 46231)
@@ -332,7 +332,7 @@
 			*d = *s == '/' ? '_' : *s;
 		*d = '\0';
 
-		outpath.setFullName(d);
+		outpath.setFullName(filename);
 
 		File ofile(outpath, "wb");
 		ofile.write(arc._fileData, 1, arc._fileSize);


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