]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Fix small bug introduced moving over to time-based settings
authorMike Brady <mikebrady@eircom.net>
Mon, 5 Sep 2016 14:23:31 +0000 (15:23 +0100)
committerMike Brady <mikebrady@eircom.net>
Mon, 5 Sep 2016 14:23:31 +0000 (15:23 +0100)
audio_ao.c

index 51cf33379c5e34e1f7703851b684d9867954451f..62c0729f071d4a01d0f5e307c339d3b98fb10830 100644 (file)
@@ -43,6 +43,7 @@ static void help(void) {
 static int init(int argc, char **argv) {
   const char *str;
   int value;
+  double dvalue;
   ao_initialize();
   int driver = ao_default_driver_id();
   ao_option *ao_opts = NULL;