[xiph-commits] r17673 - trunk/squishyball

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Sun Nov 28 11:16:51 PST 2010


Author: xiphmont
Date: 2010-11-28 11:16:51 -0800 (Sun, 28 Nov 2010)
New Revision: 17673

Modified:
   trunk/squishyball/main.c
Log:
correct error message units.


Modified: trunk/squishyball/main.c
===================================================================
--- trunk/squishyball/main.c	2010-11-28 18:22:18 UTC (rev 17672)
+++ trunk/squishyball/main.c	2010-11-28 19:16:51 UTC (rev 17673)
@@ -435,8 +435,8 @@
     /* Are all samples the same number of channels?  If not, bail. */
     if(pcm[0]->ch != pcm[i]->ch){
       fprintf(stderr,"Input channel counts do not match!\n"
-              "\t%s: %dHz\n"
-              "\t%s: %dHz\n"
+              "\t%s: %d channels\n"
+              "\t%s: %d channels\n"
               "Aborting\n",pcm[0]->path,pcm[0]->ch,pcm[i]->path,pcm[i]->ch);
       exit(3);
     }



More information about the commits mailing list