search for: swap_buff

Displaying 1 result from an estimated 1 matches for "swap_buff".

Did you mean: swap_buffer
2001 Mar 16
3
Patches for NetBSD
...b 24 02:31:46 2001 +++ src/ao_wav.c @@ -221,7 +221,7 @@ /* Swap the bytes into the swap buffer (so we don't mess up the output_samples buffer) */ - for(i = 0; i < num_bytes/2; i+=2) { + for(i = 0; i < num_bytes; i+=2) { s->swap_buffer[i] = ((char *) output_samples)[i+1]; s->swap_buffer[i+1] = ((char *) output_samples)[i]; } vorbis-tools: $NetBSD: patch-aa,v 1.1.1.1 2001/03/15 20:53:06 wiz Exp $ --- ../vorbis-tools-1.0beta4.orig/configure Sun Feb 25 21:51:05 2001 +++ configure T...