esound r507 - trunk



Author: jmouette
Date: Tue Nov 18 19:52:58 2008
New Revision: 507
URL: http://svn.gnome.org/viewvc/esound?rev=507&view=rev

Log:
        * esdfilt.c: (main): add informative output to -double, similar 
          to that of -half.


Modified:
   trunk/ChangeLog
   trunk/esdfilt.c

Modified: trunk/esdfilt.c
==============================================================================
--- trunk/esdfilt.c	(original)
+++ trunk/esdfilt.c	Tue Nov 18 19:52:58 2008
@@ -51,6 +51,7 @@
 	    printf( "halving data\n" );
 	} else if ( !strcmp( "-double", argv[ arg ] ) ) {
 	    twice = 1;
+	    printf( "doubling data\n" );
 	} else {
 	    target = fopen( argv[arg], "w" );
 	    if (!target) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]