fix format string

This commit is contained in:
Palana 2013-12-06 21:29:44 +01:00
parent 2284ef09fa
commit ad1abd45e8

View file

@ -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)