deep mods
[feisty_meow.git] / octopi / library / octopus / unhandled_request.cpp
index 2c0420699deb8c823f1789cdba0419cdada6a075..f533221b2dcfdc084fb9e0b3f1775e99a705e214 100644 (file)
@@ -43,7 +43,7 @@ void unhandled_request::text_form(basis::base_string &fill) const
       + a_sprintf(" reason=%d", _reason.value()));
 }
 
-const char *initter[] = { "__Unhandled__", NIL };
+const char *initter[] = { "__Unhandled__", NULL_POINTER };
 
 string_array unhandled_request::the_classifier()
 { return string_array(1, initter); }