fix format string
This commit is contained in:
parent
2284ef09fa
commit
ad1abd45e8
@ -31,7 +31,7 @@ IMPLEMENT_APP(OBSApp);
|
||||
|
||||
OBSAppBase::~OBSAppBase()
|
||||
{
|
||||
blog(LOG_INFO, "Number of memory leaks: %u", bnum_allocs());
|
||||
blog(LOG_INFO, "Number of memory leaks: %zu", bnum_allocs());
|
||||
}
|
||||
|
||||
static void do_log(enum log_type type, const char *msg, va_list args)
|
||||
|
Loading…
x
Reference in New Issue
Block a user