diff options
author | Max Horn | 2009-12-30 23:00:55 +0000 |
---|---|---|
committer | Max Horn | 2009-12-30 23:00:55 +0000 |
commit | d083e02215c9ef2309f436284c750c78005df6c7 (patch) | |
tree | 8ffb99078b556210b529fe139eeea2830eece605 /graphics | |
parent | 47f48dd9121acc7b4ca526e9184e0f944ed9b671 (diff) | |
download | scummvm-rg350-d083e02215c9ef2309f436284c750c78005df6c7.tar.gz scummvm-rg350-d083e02215c9ef2309f436284c750c78005df6c7.tar.bz2 scummvm-rg350-d083e02215c9ef2309f436284c750c78005df6c7.zip |
Rename Common::Stream::readLine_NEW to readLine
svn-id: r46779
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/font.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/font.cpp b/graphics/font.cpp index ad478440a9..c6053e9eb3 100644 --- a/graphics/font.cpp +++ b/graphics/font.cpp @@ -524,7 +524,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? +// TODO: Can we use SeekableReadStream::readLine instead? char *bdf_getline(Common::SeekableReadStream &fp, char *buf, int len) { int c; char *b; |