diff options
Diffstat (limited to 'usr.bin/chat/chat.c')
-rw-r--r-- | usr.bin/chat/chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/chat/chat.c b/usr.bin/chat/chat.c index 522762d..d62e47a 100644 --- a/usr.bin/chat/chat.c +++ b/usr.bin/chat/chat.c @@ -1401,7 +1401,7 @@ vfmtmsg(char *buf, int buflen, const char *fmt, va_list args) } } } - str = 0; + str = NULL; base = 0; neg = 0; ++fmt; |