shithub: sox

Download patch

ref: 5c49ab960f58e6f80c4270326b08357b6edc942d
parent: 2bd6911168b9440b9c4ead117a63220a53009bbb
author: cbagwell <cbagwell>
date: Wed Mar 1 11:38:38 EST 2000

Minor update to get wav.c to compile under Visual C++.

--- a/Changelog
+++ b/Changelog
@@ -63,6 +63,9 @@
   o Moved most documentation to new "soxexam.1" manual page so that
     all users on a unix system will have access to important information.
     This means no more TIPS, CHEATS, or CHEATS.eft files.
+  o Richard Kent fixed a byte alignment problem in aiff comment code.
+  o Loring Holden added support to create missing directories on install
+    and support for installs from outside the source directory.
 
 sox-12.16
 ---------
--- a/src/wav.c
+++ b/src/wav.c
@@ -886,6 +886,7 @@
 #endif
 
     default:
+	break;
     }
     return ST_SUCCESS;
 }
@@ -1051,6 +1052,7 @@
 	    break;
 #endif
 	default:
+	    break;
 	}
 	return ST_SUCCESS;
 }
@@ -1337,6 +1339,7 @@
 	    break;
 #endif
 	default:
+	    break;
 	}
 
 	/* if not PCM, write the 'fact' chunk */