diff -u multimon-1.0/gen.c multimon-1.0/gen.c --- multimon-1.0/gen.c +++ multimon-1.0/gen.c @@ -320,7 +320,7 @@ perror("dup2"); close(pipedes[0]); /* close reading pipe end */ execlp("sox", "sox", - "-t", "raw", "-s", "-w", "-r", srate, "-", + "-t", "raw", "-s", "-2", "-r", srate, "-", "-t", type, fname, NULL); perror("execlp"); diff -u multimon-1.0/debian/changelog multimon-1.0/debian/changelog --- multimon-1.0/debian/changelog +++ multimon-1.0/debian/changelog @@ -1,3 +1,10 @@ +multimon (1.0-6) unstable; urgency=low + + * gen.c: replaced -w reference with -2, many thanks Mathias Bøhn + Grytemark (LP: #600989) + + -- Mohamed Amine IL Idrissi Thu, 12 Aug 2010 15:40:35 +0000 + multimon (1.0-5) unstable; urgency=low * Include newer gen.c and xdisplay.c versions from Thomas Sailer