shithub: sox

Download patch

ref: e51c625aed1b6ba198ceb8c1ead17dafdfc53390
parent: 81fcaa2bf313424c0a6ccd4b222494bfc5a93a46
author: rrt <rrt>
date: Mon Oct 20 11:32:05 EDT 2008

Improve error message.

--- a/src/formats.c
+++ b/src/formats.c
@@ -351,7 +351,7 @@
     free(command);
     *is_process = sox_true;
 #else
-    sox_fail("open URL support has not been built into SoX");
+    sox_fail("this build of SoX cannot open URLs");
 #endif
     return f;
   }