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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon Jun 15 16:47:39 CEST 2009


Revision: 41548
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41548&view=rev
Author:   fingolfin
Date:     2009-06-15 14:47:39 +0000 (Mon, 15 Jun 2009)

Log Message:
-----------
Don't pass a Filename object to printf

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

Modified: tools/branches/gsoc2009-gui/encode_dxa.cpp
===================================================================
--- tools/branches/gsoc2009-gui/encode_dxa.cpp	2009-06-15 14:24:36 UTC (rev 41547)
+++ tools/branches/gsoc2009-gui/encode_dxa.cpp	2009-06-15 14:47:39 UTC (rev 41548)
@@ -628,7 +628,7 @@
 
 	FILE *smk = fopen(filename->getFullPath(), "rb");
 	if (!smk) {
-		printf("readVideoInfo: Can't open file: %s\n", filename);
+		printf("readVideoInfo: Can't open file: %s\n", filename->getFullPath());
 		exit(-1);
 	}
 


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