deep mods
[feisty_meow.git] / octopi / library / sockets / internet_address.cpp
index ac6c90abca29217a303ec1c537961a352cb612ee..38e77ca81adbfd252488b07c9207158363c82c63 100644 (file)
@@ -440,7 +440,7 @@ bool internet_address::is_valid_internet_address(const astring &to_check,
     ip_form += (abyte)nTemp;
 
     // get the next part of the string
-    p = strtok(NIL, ".");
+    p = strtok(NULL_POINTER, ".");
   }
 
   // if p is non-null, there was extra stuff at the end, so return false.