ref: b663509ef53609b2dcedc3b2c4373d592e91fdd8
parent: 0a9e2b9fc341754decd6b93e4faa1a4bbed0ee0e
author: robs <robs>
date: Sun Oct 28 16:53:09 EDT 2007
small fix
--- a/src/rate.c
+++ b/src/rate.c
@@ -12,7 +12,7 @@
static sox_effect_handler_t handler;
handler = *sox_resample_effect_fn();
handler.name = "rate";
- handler.getopts = NULL;
+ handler.usage = handler.getopts = NULL;
handler.flags |= SOX_EFF_DEPRECATED;
return &handler;
}