svn commit: trunk/busybox/scripts

vodz at busybox.net vodz at busybox.net
Mon Sep 19 10:26:47 UTC 2005


Author: vodz
Date: 2005-09-19 03:26:45 -0700 (Mon, 19 Sep 2005)
New Revision: 11499

Log:
small bug found after strength test

Modified:
   trunk/busybox/scripts/bb_mkdep.c


Changeset:
Modified: trunk/busybox/scripts/bb_mkdep.c
===================================================================
--- trunk/busybox/scripts/bb_mkdep.c	2005-09-18 17:47:38 UTC (rev 11498)
+++ trunk/busybox/scripts/bb_mkdep.c	2005-09-19 10:26:45 UTC (rev 11499)
@@ -1,5 +1,5 @@
 /*
- * Another fast dependencies generator for Makefiles, Version 2.1
+ * Another fast dependencies generator for Makefiles, Version 2.2
  *
  * Copyright (C) 2005 by Vladimir Oleynik <dzo at simtreas.ru>
  * mmaping file may be originally by Linus Torvalds.
@@ -419,6 +419,7 @@
 		put_id(c);
 		getc1();
 	    }
+	    c = 0;
 	    ungetc1();
 	    state = DV;
 	    continue;




More information about the busybox-cvs mailing list