tilde.c: avoid a warning
authorJim Meyering <meyering@redhat.com>
Fri, 21 Aug 2009 12:50:23 +0000 (14:50 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 21 Aug 2009 13:24:25 +0000 (15:24 +0200)
commit05fd2a60466cb7c270b60e9b93c46548acf319cd
treedb2f218a8a91b3881cfb3d2c7f3b1ca7b33210bc
parent2d80a11d189e4785a9804c87588dfabd1d593007
tilde.c: avoid a warning

* fish/tilde.c (find_home_for_username): Change param type: s/int/size_t/
(try_tilde_expansion): Adjust caller.
fish/tilde.c