mgetty-1.1.14 patch: libpvf/wav.c

"Ralf W. Stephan" (stephan@tmt.de)
Tue, 14 Jul 1998 12:14:12 +0200


  Hi,

don't know if this known:

--- mgetty-1.1.14/voice/libpvf/wav.c~	Thu Mar 26 09:58:44 1998
+++ mgetty-1.1.14/voice/libpvf/wav.c	Tue Jul 14 11:12:43 1998
@@ -502,7 +502,7 @@
                     if   (*ptr < -0x8000)
                          *ptr = -0x8000;
 
-                    putc((*ptr++ >> 8) & 0xff, fd_out);
+                    putc((*ptr >> 8) & 0xff, fd_out);
                     putc(*ptr++ & 0xff, fd_out);
                     };
 

Greetings,
ralf
-- 
The emperor has no clothes.  The empress neither.  Guess what's next.
http://rws.home.pages.de/