svn commit: trunk/busybox/coreutils

aldot at busybox.net aldot at busybox.net
Sat Jan 20 21:28:36 UTC 2007


Author: aldot
Date: 2007-01-20 13:28:36 -0800 (Sat, 20 Jan 2007)
New Revision: 17414

Log:
- small size tweak


Modified:
   trunk/busybox/coreutils/wc.c


Changeset:
Modified: trunk/busybox/coreutils/wc.c
===================================================================
--- trunk/busybox/coreutils/wc.c	2007-01-20 21:27:18 UTC (rev 17413)
+++ trunk/busybox/coreutils/wc.c	2007-01-20 21:28:36 UTC (rev 17414)
@@ -81,8 +81,8 @@
 	unsigned u;
 	int num_files = 0;
 	int c;
-	char status = EXIT_SUCCESS;
-	char in_word;
+	smallint status = EXIT_SUCCESS;
+	smallint in_word;
 	unsigned print_type;
 
 	print_type = getopt32(argc, argv, "lwcL");




More information about the busybox-cvs mailing list