shithub: sox

Download patch

ref: d4d6bd6f3f873522f0a53db128e976dd0bcc7cf2
parent: cbdab0ba1bf3e009222e3038bcac0efc1de627f8
author: cbagwell <cbagwell>
date: Wed Jan 3 14:38:00 EST 2007

Fix error comment

--- a/src/wav.c
+++ b/src/wav.c
@@ -1691,7 +1691,7 @@
     {
         case WAVE_FORMAT_IMA_ADPCM:
         case WAVE_FORMAT_ADPCM:
-            st_fail_errno(ft,ST_ENOTSUP,"Only PCM Supported");
+            st_fail_errno(ft,ST_ENOTSUP,"ADPCM not supported");
             break;
 
         case WAVE_FORMAT_GSM610: