read_pipe didn't satisfy reader signature
This commit is contained in:
parent
e3fc2d5009
commit
aec33d59da
|
@ -431,7 +431,7 @@ read_string(pic_state *pic, struct pic_port *port, int c)
|
|||
}
|
||||
|
||||
static pic_value
|
||||
read_pipe(pic_state *pic, struct pic_port *port, char c)
|
||||
read_pipe(pic_state *pic, struct pic_port *port, int c)
|
||||
{
|
||||
char *buf;
|
||||
size_t size, cnt;
|
||||
|
|
Loading…
Reference in New Issue