fix non latin1 character in pa_debugprint.c
This commit is contained in:
parent
3c6337b268
commit
7503d9f239
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
VERY dangerous alternative, vsprintf (with no n)
|
||||||
*/
|
*/
|
||||||
#if _MSC_VER
|
#if _MSC_VER
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue