X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fuiq3%2Fengine%2Fdebug.cpp;h=46725f3cb3cbdca43135ac526a92fe3230759318;hb=e59af1c9b829484ffa4c84b680c6ce9abcdfa53f;hp=81edbc55139e9cdf78a1d669a1ee3b86a0d039b9;hpb=ca482e5de8bacb70db55f43afe02f93fe6fe3f16;p=picodrive.git diff --git a/platform/uiq3/engine/debug.cpp b/platform/uiq3/engine/debug.cpp index 81edbc5..46725f3 100644 --- a/platform/uiq3/engine/debug.cpp +++ b/platform/uiq3/engine/debug.cpp @@ -171,7 +171,7 @@ void ExceptionHandler(TExcType exc) #include // vsprintf // debug print from c code - extern "C" void lprintf(char *format, ...) + extern "C" void lprintf(const char *format, ...) { va_list args; char buffer[512];