shithub: sox

Download patch

ref: fc168d5a7c3365953eb291dfdd0a5df9e34e708d
parent: 36926ce02b5e6784e6d6deafba8af71d356f66a1
author: Doug Cook <idigdoug@users.sourceforge.net>
date: Thu Feb 2 23:57:21 EST 2012

Fix build error due to mismatched signatures.
Patch from Michael Chen.

--- a/src/effects.c
+++ b/src/effects.c
@@ -418,7 +418,7 @@
   return flow_status;
 }
 
-uint64_t sox_effects_clips(sox_effects_chain_t * chain)
+sox_uint64_t sox_effects_clips(sox_effects_chain_t * chain)
 {
   unsigned i, f;
   uint64_t clips = 0;
@@ -428,7 +428,7 @@
   return clips;
 }
 
-uint64_t sox_stop_effect(sox_effect_t *effp)
+sox_uint64_t sox_stop_effect(sox_effect_t *effp)
 {
   unsigned f;
   uint64_t clips = 0;