shithub: sox

Download patch

ref: 9cb92dc18e0dc1633fc33b8c41fcdfcdad56da7e
parent: 849ffe3eaa1b0c55917f363a102679298ae032a6
author: cbagwell <cbagwell>
date: Tue Apr 7 21:32:32 EDT 2009

Fix solaris check.

--- a/src/formats.c
+++ b/src/formats.c
@@ -397,7 +397,7 @@
   fp->_r += AUTO_DETECT_SIZE;
 #elif defined __GLIBC__
   fp->_IO_read_ptr = fp->_IO_read_base;
-#elif defined _MSC_VER || defined __MINGW_H || _ISO_STDIO_ISO_H
+#elif defined _MSC_VER || defined __MINGW_H || defined _ISO_STDIO_ISO_H
   fp->_ptr = fp->_base;
 #else
   /* To fix this #error, either simply remove the #error line and live without