git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78e2a30
)
destpaths.c: avoid signed/unsigned-comparison warning
author
Jim Meyering
<meyering@redhat.com>
Fri, 21 Aug 2009 13:02:16 +0000
(15:02 +0200)
committer
Jim Meyering
<meyering@redhat.com>
Fri, 21 Aug 2009 13:24:25 +0000
(15:24 +0200)
* fish/destpaths.c (free_words): Change param type: s/int/size_t/.
fish/destpaths.c
patch
|
blob
|
history
diff --git
a/fish/destpaths.c
b/fish/destpaths.c
index
8b6173a
..
275db49
100644
(file)
--- a/
fish/destpaths.c
+++ b/
fish/destpaths.c
@@
-61,7
+61,7
@@
struct word {
};
static void
-free_words (struct word *words,
in
t nr_words)
+free_words (struct word *words,
size_
t nr_words)
{
size_t i;