changeset 38:8b04b0b51edc

Oops, fix a stupid bug in -s option .. it was setting the wrong variable. :|
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Sep 2012 20:47:02 +0300
parents cec910d02b26
children 281b080e8c44
files mod2wav.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod2wav.c	Sat Sep 29 20:43:22 2012 +0300
+++ b/mod2wav.c	Sat Sep 29 20:47:02 2012 +0300
@@ -111,7 +111,7 @@
             break;
 
         case 6:
-            optOutFormat = JSS_AUDIO_STEREO;
+            optOutChannels = JSS_AUDIO_STEREO;
             break;
 
         case 7: