From e802acca0b09a8e0475dbfbe2e6f6a865072e26d Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 3 Sep 2008 15:58:40 +0000 Subject: TODO: bdf_getline seems to duplicate code from SeekableReadStream::readLine(_new) -> fix that svn-id: r34309 --- graphics/font.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics') diff --git a/graphics/font.cpp b/graphics/font.cpp index 0b0405b4b4..0f67899706 100644 --- a/graphics/font.cpp +++ b/graphics/font.cpp @@ -513,6 +513,7 @@ int bdf_read_bitmaps(Common::SeekableReadStream &fp, NewFontData* pf) { } /* 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; -- cgit v1.2.3