[Scummvm-cvs-logs] SF.net SVN: scummvm:[34309] scummvm/trunk/graphics/font.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed Sep 3 17:58:43 CEST 2008


Revision: 34309
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34309&view=rev
Author:   fingolfin
Date:     2008-09-03 15:58:40 +0000 (Wed, 03 Sep 2008)

Log Message:
-----------
TODO: bdf_getline seems to duplicate code from SeekableReadStream::readLine(_new) -> fix that

Modified Paths:
--------------
    scummvm/trunk/graphics/font.cpp

Modified: scummvm/trunk/graphics/font.cpp
===================================================================
--- scummvm/trunk/graphics/font.cpp	2008-09-03 15:22:19 UTC (rev 34308)
+++ scummvm/trunk/graphics/font.cpp	2008-09-03 15:58:40 UTC (rev 34309)
@@ -513,6 +513,7 @@
 }
 
 /* read the next non-comment line, returns buf or NULL if EOF*/
+// TODO: Can we use SeekableReadStream::readLine resp. readLine_NEW instead?
 char *bdf_getline(Common::SeekableReadStream &fp, char *buf, int len) {
 	int c;
 	char *b;


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