X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ftests_crypto%2Ftest_blowfish_crypto.cpp;h=2f2e07783baac1e8b9319441e2808cdb8e32bdd7;hb=70734afa93c099fa78a1e9d801d99685b7cd39d6;hp=980e988ad0e17a7775af5c6c4572780b4be626c4;hpb=68c13351f6768d8104716fc5757fbaf11bb02519;p=feisty_meow.git diff --git a/nucleus/library/tests_crypto/test_blowfish_crypto.cpp b/nucleus/library/tests_crypto/test_blowfish_crypto.cpp index 980e988a..2f2e0778 100644 --- a/nucleus/library/tests_crypto/test_blowfish_crypto.cpp +++ b/nucleus/library/tests_crypto/test_blowfish_crypto.cpp @@ -99,7 +99,7 @@ int test_blowfish::execute() #ifdef DEBUG_BLOWFISH LOG(a_sprintf("blowfish thread %d starting...", left)); #endif - _threads.add_thread(new blowfish_thread(*this), true, NIL); + _threads.add_thread(new blowfish_thread(*this), true, NULL_POINTER); } #ifdef DEBUG_BLOWFISH