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:
Andrew Oakley 2014-04-29 13:14:35 +01:00 committed by Dan Nicholson
parent 82316c17b4
commit ce1a2416ce

1
pkg.c
View file

@ -917,7 +917,6 @@ verify_package (Package *pkg)
}
system_dir_iter = system_dir_iter->next;
}
iter = iter->next;
}
g_list_free (system_directories);