shithub: sox

Download patch

ref: 5834b4c4cd9cfa4665bd989e5f2d073d260573fd
parent: fa648c9e8cf1784de84e980ddcb1fe0fe4d854fb
author: rrt <rrt>
date: Sat Nov 11 18:43:54 EST 2006

Fix typo in last checkin: O_BINRARY -> O_BINARY

--- a/src/stio.c
+++ b/src/stio.c
@@ -28,7 +28,7 @@
 #  include <fcntl.h>
 #  include <io.h>
 #ifndef O_BINARY
-#define O_BINRARY _O_BINARY
+#define O_BINARY _O_BINARY
 #endif
 #  define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
 #else