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

buddha_ at users.sourceforge.net buddha_ at users.sourceforge.net
Mon Aug 25 20:33:23 CEST 2008


Revision: 34168
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34168&view=rev
Author:   buddha_
Date:     2008-08-25 18:33:18 +0000 (Mon, 25 Aug 2008)

Log Message:
-----------
Added FIXME-comment about the fact that extract_cine doesn't currently recognize "vol.cnf" unless given simply "vol.cnf" as the input file (It doesn't recognize it from e.g. "./vol.cnf" or "/games/os/vol.cnf").

Modified Paths:
--------------
    tools/trunk/extract_cine.cpp

Modified: tools/trunk/extract_cine.cpp
===================================================================
--- tools/trunk/extract_cine.cpp	2008-08-25 18:15:04 UTC (rev 34167)
+++ tools/trunk/extract_cine.cpp	2008-08-25 18:33:18 UTC (rev 34168)
@@ -29,6 +29,8 @@
  * Note that this isn't polished code so caveat emptor.
  *
  * FIXME: Make this code endian safe.
+ * FIXME: Recognize "vol.cnf" also when given something else than simply "vol.cnf"
+ *        as the input file (e.g. "./vol.cnf" or "/games/os/vol.cnf").
  */
 
 #include "extract_cine.h"


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