From: Jani Taskinen Date: Thu, 14 May 2009 21:23:03 +0000 (+0000) Subject: - Fix the harmless patch that caused harm :) X-Git-Tag: php-5.2.10RC1~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36b2ebf95f6207576da5f0194c14a9ad538c0858;p=php - Fix the harmless patch that caused harm :) --- diff --git a/build/order_by_dep.awk b/build/order_by_dep.awk index bc492b79e6..0fdd960652 100644 --- a/build/order_by_dep.awk +++ b/build/order_by_dep.awk @@ -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); }