projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9bc1d0
)
Change local counter to size_t
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 22 Apr 2014 07:10:33 +0000
(09:10 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 22 Apr 2014 07:10:33 +0000
(09:10 +0200)
src/marcdisp.c
patch
|
blob
|
history
diff --git
a/src/marcdisp.c
b/src/marcdisp.c
index
cb34dde
..
3271889
100644
(file)
--- a/
src/marcdisp.c
+++ b/
src/marcdisp.c
@@
-257,7
+257,7
@@
static int element_name_append_attribute_value(
/* TODO Map special codes to something possible for XML ELEMENT names */
int encode = 0;
- int index = 0;
+ size_t index = 0;
int success = 0;
for (index = 0; index < code_len; index++)
{