mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-02-04 11:50:34 +01:00
Strip system library directories reliably
This loop was changed from a while loop to a for loop in commit
9bf6277b, but the iterator is now advanced twice each time round the
loop.
This commit is contained in:
parent
82316c17b4
commit
ce1a2416ce
1 changed files with 0 additions and 1 deletions
1
pkg.c
1
pkg.c
|
|
@ -917,7 +917,6 @@ verify_package (Package *pkg)
|
|||
}
|
||||
system_dir_iter = system_dir_iter->next;
|
||||
}
|
||||
iter = iter->next;
|
||||
}
|
||||
g_list_free (system_directories);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue