From 5418805778feaf604acec6d7e092b6c97910f7e0 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 12 Jan 2001 17:37:54 +0000 Subject: Remove signed warnings. --- stdio-common/vfscanf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdio-common/vfscanf.c') diff --git a/stdio-common/vfscanf.c b/stdio-common/vfscanf.c index b0fc8f00e0..d63fd364a5 100644 --- a/stdio-common/vfscanf.c +++ b/stdio-common/vfscanf.c @@ -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. */ -- cgit v1.2.3