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:
7c9bef6
)
Use size_t for local
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 14 Jan 2010 11:51:22 +0000
(12:51 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 14 Jan 2010 11:51:22 +0000
(12:51 +0100)
src/seshigh.c
patch
|
blob
|
history
diff --git
a/src/seshigh.c
b/src/seshigh.c
index
7a52adc
..
7f9b7cb
100644
(file)
--- a/
src/seshigh.c
+++ b/
src/seshigh.c
@@
-527,7
+527,7
@@
static int srw_bend_init(association *assoc, Z_SRW_diagnostic **d, int *num, Z_S
{
Z_IdAuthentication *auth = (Z_IdAuthentication *)
odr_malloc(assoc->decode, sizeof(*auth));
- int len;
+ size_t len;
len = strlen(sr->username) + 1;
if (sr->password)