Skip to content

Commit

Permalink
Remove signed warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Jaeger committed Jan 12, 2001
1 parent ff0eee2 commit 5418805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdio-common/vfscanf.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ __vfscanf (FILE *s, const char *format, va_list argptr)
char *str = NULL;
wchar_t *wstr = NULL;
char **strptr = NULL;
size_t strsize = 0;
ssize_t strsize = 0;
/* We must not react on white spaces immediately because they can
possibly be matched even if in the input stream no character is
available anymore. */
Expand Down

0 comments on commit 5418805

Please sign in to comment.