From 27a1f3bdc50030affb6e1b8eb08f48ffc36b7ea9 Mon Sep 17 00:00:00 2001 From: Rob van Son Date: Tue, 23 Nov 2010 15:40:15 +0100 Subject: [PATCH] Using patch to adapt stock Praat distribution --- praat_module/praatAdaptations.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 praat_module/praatAdaptations.patch diff --git a/praat_module/praatAdaptations.patch b/praat_module/praatAdaptations.patch new file mode 100644 index 0000000..899a2ac --- /dev/null +++ b/praat_module/praatAdaptations.patch @@ -0,0 +1,20 @@ +diff -r -x '*.[oah]' -x '.git*' -x praat ../praat_sources/fon/praat_TextGrid_init.c ./fon/praat_TextGrid_init.c +685c685 +< if (theCurrentPraatApplication -> batch) { +--- +> if (theCurrentPraatApplication -> batch == 1) { +698c698 +< if (theCurrentPraatApplication -> batch) { +--- +> if (theCurrentPraatApplication -> batch == 1) { +713c713 +< if (theCurrentPraatApplication -> batch) { +--- +> if (theCurrentPraatApplication -> batch == 1) { +728c728 +< if (theCurrentPraatApplication -> batch) { +--- +> if (theCurrentPraatApplication -> batch == 1) { +diff -r -x '*.[oah]' -x '.git*' -x praat ../praat_sources/sys/praat.c ./sys/praat.c +1370a1371 +> theCurrentPraatApplication -> batch = 2; -- 2.11.4.GIT