destpaths.c: avoid signed/unsigned-comparison warning
authorJim Meyering <meyering@redhat.com>
Fri, 21 Aug 2009 13:02:16 +0000 (15:02 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 21 Aug 2009 13:24:25 +0000 (15:24 +0200)
commitfad78c609423fe10139b468ec229c3d6792718e2
treebf98b1e44594ab3525ed7ddcf21b3f358c52782a
parent78e2a30b90621e417b8677868092bc6426d7b097
destpaths.c: avoid signed/unsigned-comparison warning

* fish/destpaths.c (free_words): Change param type: s/int/size_t/.
fish/destpaths.c