[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Antiright-devel] antiright/src/arshell arguments.c
From: |
Jeffrey Bedard |
Subject: |
[Antiright-devel] antiright/src/arshell arguments.c |
Date: |
Thu, 23 Jun 2005 17:26:20 -0400 |
CVSROOT: /cvsroot/antiright
Module name: antiright
Branch:
Changes by: Jeffrey Bedard <address@hidden> 05/06/23 21:26:20
Modified files:
src/arshell : arguments.c
Log message:
Removed printing of counter_int.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/antiright/antiright/src/arshell/arguments.c.diff?tr1=1.19&tr2=1.20&r1=text&r2=text
Patches:
Index: antiright/src/arshell/arguments.c
diff -u antiright/src/arshell/arguments.c:1.19
antiright/src/arshell/arguments.c:1.20
--- antiright/src/arshell/arguments.c:1.19 Thu Jun 23 21:24:01 2005
+++ antiright/src/arshell/arguments.c Thu Jun 23 21:26:20 2005
@@ -229,9 +229,6 @@
{
arshell_process_non_option_arguments(&counter_int, argv);
}
-
- printf("counter_int: %d\n", counter_int);
- fflush(stdout);
}
}