read_pipe didn't satisfy reader signature

This commit is contained in:
Yuichi Nishiwaki 2014-08-12 08:31:00 +09:00
parent e3fc2d5009
commit aec33d59da
1 changed files with 1 additions and 1 deletions

View File

@ -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;