From: John Melas Date: Fri, 18 Dec 2020 09:26:33 +0000 (+0200) Subject: fix non latin1 character in pa_debugprint.c X-Git-Tag: v19.7.0~85 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=7503d9f2393af401370d557dbf2be44d8cf6c139;p=portaudio fix non latin1 character in pa_debugprint.c --- diff --git a/src/common/pa_debugprint.c b/src/common/pa_debugprint.c index f34d4bb..7e9e628 100644 --- a/src/common/pa_debugprint.c +++ b/src/common/pa_debugprint.c @@ -71,7 +71,7 @@ void PaUtil_SetDebugPrintFunction(PaUtilLogCallback cb) } /* - If your platform doesn’t 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) */ #if _MSC_VER