1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-05 06:01:04 +01:00

Create and apply non-ascii character patch

This commit is contained in:
Leland Lucius
2019-12-15 02:51:10 -06:00
parent b6d93982d5
commit 0119ef2218
2 changed files with 15 additions and 1 deletions

View File

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