]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/store_key_md5.cc
Maintenance: Removed most NULLs using modernize-use-nullptr (#1075)
[thirdparty/squid.git] / src / store_key_md5.cc
index 4e33ac2ec7c7480a7ba57e2862b46daa33d3c89c..96f067b89aeef531cd08e50cd5dbd572a9fce9e2 100644 (file)
@@ -42,7 +42,7 @@ storeKeyScan(const char *buf)
         t[0] = *(buf + (j++));
         t[1] = *(buf + (j++));
         t[2] = '\0';
-        *(digest + i) = (unsigned char) strtol(t, NULL, 16);
+        *(digest + i) = (unsigned char) strtol(t, nullptr, 16);
     }
 
     return digest;