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:
parent
ed0ac675b0
commit
d55ebceed7
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ static bool load_cellfile(const char *file, char *pgrid){
|
||||||
comment = false;
|
comment = false;
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
nc = read(fd, &c, 1);
|
nc = rb->read(fd, &c, 1);
|
||||||
if (nc <= 0)
|
if (nc <= 0)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue