X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fapplication%2Flaunch_manager.cpp;h=86c2131d681039d7da392f170e0addcdb2d33260;hb=ef338226ccf699c8d8a149d9b74e9888175c7099;hp=2bc32d2a1a2b814993c1c47773332116d32afd9b;hpb=51d71c226be424b6a698c7474d237e8c69661af5;p=feisty_meow.git diff --git a/nucleus/library/application/launch_manager.cpp b/nucleus/library/application/launch_manager.cpp index 2bc32d2a..86c2131d 100644 --- a/nucleus/library/application/launch_manager.cpp +++ b/nucleus/library/application/launch_manager.cpp @@ -140,7 +140,7 @@ launch_manager::launch_manager(configured_applications &config) FUNCDEF("constructor"); // start the application checking thread. - _checker->start(NIL); + _checker->start(NULL_POINTER); _checker->reschedule(200); // make it start pretty quickly. }