chat(8): use NULL instead of zero for initializing a pointer.
This commit is contained in:
parent
c0395e345d
commit
fbf894cd86
@ -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…
x
Reference in New Issue
Block a user