svn commit: trunk/busybox/coreutils

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


Author: aldot
Date: 2007-01-20 13:31:21 -0800 (Sat, 20 Jan 2007)
New Revision: 17418

Log:
- small size tweak


Modified:
   trunk/busybox/coreutils/tail.c


Changeset:
Modified: trunk/busybox/coreutils/tail.c
===================================================================
--- trunk/busybox/coreutils/tail.c	2007-01-20 21:30:49 UTC (rev 17417)
+++ trunk/busybox/coreutils/tail.c	2007-01-20 21:31:21 UTC (rev 17418)
@@ -66,7 +66,7 @@
 {
 	unsigned count = 10;
 	unsigned sleep_period = 1;
-	int from_top = 0;
+	bool from_top = 0;
 	int header_threshhold = 1;
 	const char *str_c, *str_n, *str_s;
 




More information about the busybox-cvs mailing list