patch-src_formats_c 520 B

1234567891011
  1. --- sox-14.4.1.orig/src/formats.c 2013-01-13 20:57:39.000000000 +0100
  2. +++ sox-14.4.1/src/formats.c 2014-03-29 14:43:56.000000000 +0100
  3. @@ -417,7 +417,7 @@ static void UNUSED rewind_pipe(FILE * fp
  4. /* To fix this #error, either simply remove the #error line and live without
  5. * file-type detection with pipes, or add support for your compiler in the
  6. * lines above. Test with cat monkey.wav | ./sox --info - */
  7. - #error FIX NEEDED HERE
  8. + //#error FIX NEEDED HERE
  9. #define NO_REWIND_PIPE
  10. (void)fp;
  11. #endif