[Scummvm-cvs-logs] SF.net SVN: scummvm: [29993] scummvm/trunk/engines/cruise/volume.cpp
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Wed Dec 26 00:20:46 CET 2007
Revision: 29993
http://scummvm.svn.sourceforge.net/scummvm/?rev=29993&view=rev
Author: fingolfin
Date: 2007-12-25 15:20:46 -0800 (Tue, 25 Dec 2007)
Log Message:
-----------
Added FIXME regarding fopen usage
Modified Paths:
--------------
scummvm/trunk/engines/cruise/volume.cpp
Modified: scummvm/trunk/engines/cruise/volume.cpp
===================================================================
--- scummvm/trunk/engines/cruise/volume.cpp 2007-12-25 23:16:52 UTC (rev 29992)
+++ scummvm/trunk/engines/cruise/volume.cpp 2007-12-25 23:20:46 UTC (rev 29993)
@@ -47,6 +47,7 @@
removeExtention(entry->ident, name);
strcat(name, ".PAL");
+ // FIXME: using fopen/fread is not portable. Use Common::File instead
PAL_fileHandle = fopen(name, "rb");
fread(&numLoadedPal, 2, 1, PAL_fileHandle);
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