diff options
Diffstat (limited to 'sfeed.c')
-rw-r--r-- | sfeed.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -341,7 +341,7 @@ parsetime(const char *s, char *buf, size_t bufsiz) { NULL }; char *p; - int i; + unsigned int i; if(buf) buf[0] = '\0'; |