1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00
audacity/lib-src/portaudio-v19/nonascii.patch
2019-12-15 02:51:10 -06:00

15 lines
538 B
Diff
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

diff --git a/lib-src/portaudio-v19/src/common/pa_debugprint.c b/lib-src/portaudio-v19/src/common/pa_debugprint.c
index f34d4bbf9..7e9e628fe 100644
--- a/lib-src/portaudio-v19/src/common/pa_debugprint.c
+++ b/lib-src/portaudio-v19/src/common/pa_debugprint.c
@@ -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)
*/
#if _MSC_VER