X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Foctopus%2Funhandled_request.cpp;h=f533221b2dcfdc084fb9e0b3f1775e99a705e214;hb=72be1908a89acef5eec9f0ebdab4ef6a05204c2b;hp=2c0420699deb8c823f1789cdba0419cdada6a075;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/octopi/library/octopus/unhandled_request.cpp b/octopi/library/octopus/unhandled_request.cpp index 2c042069..f533221b 100644 --- a/octopi/library/octopus/unhandled_request.cpp +++ b/octopi/library/octopus/unhandled_request.cpp @@ -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); }