fold: Be consistent and use size_t
This commit is contained in:
parent
c7f2848a35
commit
8c177d8d83
2
fold.c
2
fold.c
@ -53,7 +53,7 @@ foldline(const char *str, size_t width)
|
||||
}
|
||||
|
||||
static void
|
||||
fold(FILE *fp, long width)
|
||||
fold(FILE *fp, size_t width)
|
||||
{
|
||||
char *buf = NULL;
|
||||
size_t size = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user