projects
/
debugedit.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e15cdb
)
More size_t type pedantry
author
Panu Matilainen <pmatilai@redhat.com>
Fri, 14 Dec 2007 09:38:20 +0000
(11:38 +0200)
committer
Panu Matilainen <pmatilai@redhat.com>
Fri, 14 Dec 2007 09:38:20 +0000
(11:38 +0200)
tools/debugedit.c
patch
|
blob
|
history
diff --git
a/tools/debugedit.c
b/tools/debugedit.c
index 745708ad68e55bd14629a0f56403cabaea1354c8..d52c95a1e8ff24bceed349dfc302599bc8cc3ead 100644
(file)
--- a/
tools/debugedit.c
+++ b/
tools/debugedit.c
@@
-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;
-
in
t 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.