X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Foctopus%2Funhandled_request.cpp;fp=octopi%2Flibrary%2Foctopus%2Funhandled_request.cpp;h=f533221b2dcfdc084fb9e0b3f1775e99a705e214;hb=d7e8a05960951d8ce67e36c587726a851e2f5165;hp=2c0420699deb8c823f1789cdba0419cdada6a075;hpb=fa30e6adff1dea5d6b3903279ef024dd3bed043f;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); }