More size_t type pedantry
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 14 Dec 2007 09:38:20 +0000 (11:38 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 14 Dec 2007 09:38:20 +0000 (11:38 +0200)
tools/debugedit.c

index 745708ad68e55bd14629a0f56403cabaea1354c8..d52c95a1e8ff24bceed349dfc302599bc8cc3ead 100644 (file)
@@ -718,8 +718,8 @@ edit_attributes (DSO *dso, unsigned char *ptr, struct abbrev_tag *t, int phase)
   for (i = 0; i < t->nattr; ++i)
     {
       uint32_t form = t->attr[i].form;
-      uint32_t len = 0;
-      int base_len, dest_len;
+      size_t len = 0;
+      size_t base_len, dest_len;
       
 
       while (1)
This page took 0.063807 seconds and 5 git commands to generate.