mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
libdraw: fix _fontpipe's error reading
This commit is contained in:
parent
d0d440860f
commit
2b0423c831
1 changed files with 1 additions and 0 deletions
|
@ -306,6 +306,7 @@ _fontpipe(char *name)
|
|||
}
|
||||
if(c == '\001')
|
||||
break;
|
||||
buf[nbuf] = c;
|
||||
}
|
||||
return p[0];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue