Skip to content

Commit

Permalink
- Fix the harmless patch that caused harm :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jani Taskinen committed May 14, 2009
1 parent 8c604d3 commit 7dc5f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/order_by_dep.awk
Expand Up @@ -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);
}
Expand Down

0 comments on commit 7dc5f80

Please sign in to comment.