From: philburk Date: Tue, 30 Apr 2002 18:19:00 +0000 (+0000) Subject: Use odd table size so it doesn't seem to work when it actually fails. X-Git-Tag: V18~10 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=e84dad6e88b8063151083a878a6a1b1931a4d6ae;p=portaudio Use odd table size so it doesn't seem to work when it actually fails. --- diff --git a/pa_tests/pa_minlat.c b/pa_tests/pa_minlat.c index 533b8c4..90b20df 100644 --- a/pa_tests/pa_minlat.c +++ b/pa_tests/pa_minlat.c @@ -45,7 +45,7 @@ #define TWOPI (M_PI * 2.0) #define DEFAULT_BUFFER_SIZE (64) -#define TABLE_SIZE (200) + typedef struct { double left_phase;