]> Repos - portaudio/commitdiff
Use odd table size so it doesn't seem to work when it actually fails.
authorphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Tue, 30 Apr 2002 18:19:00 +0000 (18:19 +0000)
committerphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Tue, 30 Apr 2002 18:19:00 +0000 (18:19 +0000)
pa_tests/pa_minlat.c

index 533b8c4b74913573258056f7967115173d6e9086..90b20df7448a6f32d71ee3ba5d76215c8c4d67b0 100644 (file)
@@ -45,7 +45,7 @@
 #define TWOPI (M_PI * 2.0)
 
 #define DEFAULT_BUFFER_SIZE   (64)
-#define TABLE_SIZE   (200)
+
 typedef struct
 {
     double left_phase;