mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- Fix the harmless patch that caused harm :)
This commit is contained in:
parent
5910fcaf13
commit
c0ce0e7932
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue