Fixed misuse of type "char"

This commit is contained in:
Pavel Roskin 2000-08-22 15:38:16 +00:00
parent 32f2769800
commit 8237add8d0
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ int tail_stream(int fd)
ssize_t endpoint=0;
ssize_t count=0;
ssize_t filesize=0;
char direction=1;
int direction=1;
filelocation=0;
startpoint=bs=BUFSIZ;

2
tail.c
View File

@ -67,7 +67,7 @@ int tail_stream(int fd)
ssize_t endpoint=0;
ssize_t count=0;
ssize_t filesize=0;
char direction=1;
int direction=1;
filelocation=0;
startpoint=bs=BUFSIZ;