summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Oakley <aoakley@espial.com>2014-04-29 13:14:35 +0100
committerDan Nicholson <dbn.lists@gmail.com>2014-09-27 16:20:37 -0700
commitce1a2416ce0f0bd9a8a8a5caaf7dad20cda4d47d (patch)
tree86db402dbc8e58d18ead1b8ce2ceef1f1000b472
parent82316c17b46b4db2a2471a4e8c26e09bbb88d708 (diff)
downloadpkg-config-ce1a2416ce0f0bd9a8a8a5caaf7dad20cda4d47d.tar.gz
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.
-rw-r--r--pkg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg.c b/pkg.c
index 3697fec..c847c95 100644
--- a/pkg.c
+++ b/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);