summaryrefslogtreecommitdiff
path: root/audio/portaudio/patches/patch-ae
blob: 94259bbded4949c6d9498b6a1f5220f610b05943 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ae,v 1.1.1.1 2004/04/20 17:52:49 ben Exp $

--- pa_tests/patest_wire.c.orig	Sat Nov 22 17:27:23 2003
+++ pa_tests/patest_wire.c	Sat Nov 22 17:27:54 2003
@@ -74,9 +74,9 @@
     SAMPLE *out = (SAMPLE*)outputBuffer;
     SAMPLE *in = (SAMPLE*)inputBuffer;
     unsigned int i;
-    (void) outTime;
     int samplesPerFrame;
     int numSamples;
+    (void) outTime;
     
     samplesPerFrame = (int) userData;
     numSamples =  framesPerBuffer * samplesPerFrame;