Codebase list squeezelite / d6c3904
fix typo and bug with pa changing sample rate on track change Adrian Smith 10 years ago
3 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
7373 " -D [delay]\t\tOutput device supports DSD over PCM (DoP), delay = optional delay switching between PCM and DoP in ms\n"
7474 #endif
7575 #if VISEXPORT
76 " -v \t\t\tVisulizer support\n"
76 " -v \t\t\tVisualiser support\n"
7777 #endif
7878 #if LINUX || FREEBSD
7979 " -z \t\t\tDaemonize\n"
285285 #endif
286286 }
287287
288 output.error_opening = !err;
288 output.error_opening = !!err;
289289 }
290290
291291 static u8_t *optr;
1919
2020 // make may define: PORTAUDIO, SELFPIPE, RESAMPLE, VISEXPORT, DSD, LINKALL to influence build
2121
22 #define VERSION "v1.6"
22 #define VERSION "v1.6.1"
2323
2424 // build detection
2525 #if defined(linux)