chat(8): use NULL instead of zero for initializing a pointer.
This commit is contained in:
parent
3e17f981b0
commit
59009de8e9
@ -1401,7 +1401,7 @@ vfmtmsg(char *buf, int buflen, const char *fmt, va_list args)
|
||||
}
|
||||
}
|
||||
}
|
||||
str = 0;
|
||||
str = NULL;
|
||||
base = 0;
|
||||
neg = 0;
|
||||
++fmt;
|
||||
|
Loading…
Reference in New Issue
Block a user