shithub: sox

Download patch

ref: e12fc13a9796bdae8a1da32714b5639e99ad9685
parent: 6ed42af1b256e82ee6e571a68d9e96b49733f4b4
author: cbagwell <cbagwell>
date: Sun Dec 20 13:53:54 EST 2009

Use off64_t when using fseeko64.

--- a/src/util.h
+++ b/src/util.h
@@ -76,6 +76,8 @@
 #if defined(HAVE_FSEEKO64) && !defined(HAVE_FSEEKO)
 #define fseeko fseeko64
 #define ftello ftello64
+#undef off_t
+#define off_t off64_t
 #define HAVE_FSEEKO 1
 #endif