[Pkg-libvirt-commits] [libguestfs] 32/87: test-tool: Use size_t instead of int for array index.

Hilko Bengen bengen at moszumanska.debian.org
Wed Feb 19 21:10:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch debian
in repository libguestfs.

commit 2049743cae1e4d4a42f0b097bf60686feab1b8a8
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat Jan 18 16:11:56 2014 +0000

    test-tool: Use size_t instead of int for array index.
    
    (cherry picked from commit 20514fec2507b22e06721c690d050173d097a1fc)
---
 test-tool/test-tool.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-tool/test-tool.c b/test-tool/test-tool.c
index 0cbb919..3a35226 100644
--- a/test-tool/test-tool.c
+++ b/test-tool/test-tool.c
@@ -87,7 +87,7 @@ main (int argc, char *argv[])
   };
   int c;
   int option_index;
-  int i;
+  size_t i;
   struct guestfs_version *vers;
   char *p;
   guestfs_h *g;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list