1
0
Fork 0
forked from len0rd/rockbox

Fix red introduced with r20610.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20612 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alexander Levin 2009-04-03 20:48:19 +00:00
parent ed0ac675b0
commit d55ebceed7

View file

@ -144,7 +144,7 @@ static bool load_cellfile(const char *file, char *pgrid){
comment = false;
while (true) {
nc = read(fd, &c, 1);
nc = rb->read(fd, &c, 1);
if (nc <= 0)
break;