summaryrefslogtreecommitdiff
path: root/audio/portaudio2/files/patch-pa_tests::patest_record.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/portaudio2/files/patch-pa_tests::patest_record.c')
-rw-r--r--audio/portaudio2/files/patch-pa_tests::patest_record.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/portaudio2/files/patch-pa_tests::patest_record.c b/audio/portaudio2/files/patch-pa_tests::patest_record.c
deleted file mode 100644
index e24e9f28ed52..000000000000
--- a/audio/portaudio2/files/patch-pa_tests::patest_record.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- pa_tests/patest_record.c.orig Sun Dec 7 14:48:31 2003
-+++ pa_tests/patest_record.c Sun Dec 7 14:48:53 2003
-@@ -138,10 +138,10 @@
- SAMPLE *wptr = (SAMPLE*)outputBuffer;
- unsigned int i;
- int finished;
-+ int framesToPlay, samplesToPlay, samplesPerBuffer;
- unsigned int framesLeft = data->maxFrameIndex - data->frameIndex;
- (void) inputBuffer; /* Prevent unused variable warnings. */
- (void) outTime;
-- int framesToPlay, samplesToPlay, samplesPerBuffer;
-
- if( framesLeft < framesPerBuffer )
- {