esound r507 - trunk
- From: jmouette svn gnome org
- To: svn-commits-list gnome org
- Subject: esound r507 - trunk
- Date: Tue, 18 Nov 2008 19:52:58 +0000 (UTC)
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]