]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/time/gadgets.cc
Maintenance: Removed most NULLs using modernize-use-nullptr (#1075)
[thirdparty/squid.git] / src / time / gadgets.cc
index 4b75fd2c4ef7d2359517b9b1cb853c5ea8e95007..702dca81631e0b959567644cfb2a69e323ae3e5f 100644 (file)
@@ -25,7 +25,7 @@ getCurrentTime()
     gettimeofday(&current_time);
 #else
 
-    gettimeofday(&current_time, NULL);
+    gettimeofday(&current_time, nullptr);
 #endif
 
     current_dtime = (double) current_time.tv_sec +