提交 8374e373 编写于 作者: S Stefan Weil

vs2010: Replace NULL by nullptr

Signed-off-by: NStefan Weil <sw@weilnetz.de>
上级 f785d5c0
......@@ -22,7 +22,7 @@
int gettimeofday(struct timeval *tp, struct timezone *tzp) {
l_int32 sec, usec;
if (tp == NULL)
if (tp == nullptr)
return -1;
l_getCurrentTime(&sec, &usec);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册