mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-14 23:30:23 +02:00
Create and apply non-ascii character patch
This commit is contained in:
parent
b6d93982d5
commit
0119ef2218
lib-src/portaudio-v19
14
lib-src/portaudio-v19/nonascii.patch
Normal file
14
lib-src/portaudio-v19/nonascii.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
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 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
|
||||||
|
|
@ -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…
x
Reference in New Issue
Block a user