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

remere at users.sourceforge.net remere at users.sourceforge.net
Wed Aug 5 00:02:20 CEST 2009


Revision: 43057
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43057&view=rev
Author:   remere
Date:     2009-08-04 22:02:20 +0000 (Tue, 04 Aug 2009)

Log Message:
-----------
*Fixed compiling error (CLI).

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

Modified: tools/branches/gsoc2009-gui/tools_cli.cpp
===================================================================
--- tools/branches/gsoc2009-gui/tools_cli.cpp	2009-08-04 21:56:59 UTC (rev 43056)
+++ tools/branches/gsoc2009-gui/tools_cli.cpp	2009-08-04 22:02:20 UTC (rev 43057)
@@ -107,7 +107,7 @@
 			}
 
 			// It must be a filename now
-			choices = inspectInput(type, *reader);
+			choices = inspectInput(*reader, type);
 			
 			// If anything matched, we stop
 			if (choices.size() > 0) {


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