shithub: sox

Download patch

ref: 4c0f6313289d07347d3a876be7914172db00aa0b
parent: 17ea867c6e3e568fe22a73856729306fbba4ef03
author: robs <robs>
date: Fri Mar 21 19:09:53 EDT 2008

Grrr, pesky LFS

--- a/src/sox.h
+++ b/src/sox.h
@@ -359,8 +359,8 @@
   FILE             *fp;             /* File stream pointer */
   int              sox_errno;       /* Failure error codes */
   char             sox_errstr[256]; /* Extend Failure text */
-  off_t            tell;
-  off_t            data_start;
+  long             tell;
+  long             data_start;
   sox_format_handler_t handler;  /* format struct for this file */
 };