- Fix the harmless patch that caused harm :)

This commit is contained in:
Jani Taskinen 2009-05-14 21:23:35 +00:00
parent 5910fcaf13
commit c0ce0e7932

View file

@ -77,7 +77,7 @@ END {
out_count = 0;
while (count(mods)) {
for (i = 0; i < mod_count - 1; i++) {
for (i = 0; i <= mod_count - 1; i++) {
if (i in mods) {
do_deps(i);
}