mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
Fixed compiler warnings.
This commit is contained in:
@@ -51,7 +51,7 @@ void PRLog(PRLogLevel level, const char *format, ...)
|
||||
if (logCallback)
|
||||
logCallback(level, line);
|
||||
else
|
||||
fprintf(stderr, line);
|
||||
fprintf(stderr, "%s", line);
|
||||
}
|
||||
|
||||
void PRLogSetCallback(PRLogCallback callback)
|
||||
|
||||
Reference in New Issue
Block a user