mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 08:33:53 +01:00
Fix non-ASCII character in portaudio comment
This commit is contained in:
@@ -71,7 +71,7 @@ void PaUtil_SetDebugPrintFunction(PaUtilLogCallback cb)
|
||||
}
|
||||
|
||||
/*
|
||||
If your platform doesn<EFBFBD>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
|
||||
|
||||
Reference in New Issue
Block a user