fix non latin1 character in pa_debugprint.c

This commit is contained in:
John Melas 2020-12-18 11:26:33 +02:00 committed by Ross Bencina
commit 7503d9f239

View file

@ -71,7 +71,7 @@ void PaUtil_SetDebugPrintFunction(PaUtilLogCallback cb)
} }
/* /*
If your platform doesnt have vsnprintf, you are stuck with a If your platform doesn't have vsnprintf, you are stuck with a
VERY dangerous alternative, vsprintf (with no n) VERY dangerous alternative, vsprintf (with no n)
*/ */
#if _MSC_VER #if _MSC_VER