projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ed1094
)
small bug found after strength test
author
"Vladimir N. Oleynik"
<dzo@simtreas.ru>
Mon, 19 Sep 2005 10:26:45 +0000
(10:26 -0000)
committer
"Vladimir N. Oleynik"
<dzo@simtreas.ru>
Mon, 19 Sep 2005 10:26:45 +0000
(10:26 -0000)
scripts/bb_mkdep.c
patch
|
blob
|
history
diff --git
a/scripts/bb_mkdep.c
b/scripts/bb_mkdep.c
index 4af42b8766840cc8c307238043ccf99304dd85ea..e1e4c6348fe6d244f82b4a8bf06d6ce6c4e4762c 100644
(file)
--- a/
scripts/bb_mkdep.c
+++ b/
scripts/bb_mkdep.c
@@
-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@simtreas.ru>
* mmaping file may be originally by Linus Torvalds.
@@
-419,6
+419,7
@@
static void c_lex(const char *fname, long fsize)
put_id(c);
getc1();
}
+ c = 0;
ungetc1();
state = DV;
continue;