mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 01:32:08 +00:00
Fixed misuse of type "char"
This commit is contained in:
parent
32f2769800
commit
8237add8d0
@ -67,7 +67,7 @@ int tail_stream(int fd)
|
|||||||
ssize_t endpoint=0;
|
ssize_t endpoint=0;
|
||||||
ssize_t count=0;
|
ssize_t count=0;
|
||||||
ssize_t filesize=0;
|
ssize_t filesize=0;
|
||||||
char direction=1;
|
int direction=1;
|
||||||
|
|
||||||
filelocation=0;
|
filelocation=0;
|
||||||
startpoint=bs=BUFSIZ;
|
startpoint=bs=BUFSIZ;
|
||||||
|
Loading…
Reference in New Issue
Block a user