]> git.ipfire.org Git - thirdparty/libtool.git/commit
* ltdl.c: change some types to size_t from int because
authorAlbert Chin-A-Young <china@thewrittenword.com>
Sun, 28 Oct 2001 02:35:22 +0000 (02:35 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sun, 28 Oct 2001 02:35:22 +0000 (02:35 +0000)
commit55770c848b1dfc30ff30cc3dada52b0fc3e67664
tree3754d11bac121e5519040ad4e661370dabca7ed1
parent7e220be5cf75f1bbf2ff82d26d60707736c228bb
* ltdl.c: change some types to size_t from int because
strlen() returns size_t. argz_len changed to size_t in
foreach_dirinpath() because argzize_path() takes 3rd
argument as size_t, not int. Based on lint run from
Bob Friesenhahn <bfriesen@simple.dallas.tx.us>.
ChangeLog
libltdl/ltdl.c