git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b16baab
)
correct allocation
author
Miloš Mulač
<mulac@civ.zcu.cz>
Wed, 12 Oct 2005 18:12:35 +0000
(18:12 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Wed, 12 Oct 2005 18:12:35 +0000
(18:12 +0000)
org.glite.jp.index/src/soap_ops.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.index/src/soap_ops.c
b/org.glite.jp.index/src/soap_ops.c
index
74c21aa
..
c92d5cc
100644
(file)
--- a/
org.glite.jp.index/src/soap_ops.c
+++ b/
org.glite.jp.index/src/soap_ops.c
@@
-158,8
+158,7
@@
static int checkIndexedConditions(glite_jpis_context_t ctx, struct _jpelem__Quer
((i / INDEXED_STRIDE) * INDEXED_STRIDE + 1)
* sizeof(*indexed_attrs));
}
- i++
- indexed_attrs[i] = strdup(ctx->param_indexed);
+ indexed_attrs[i++] = strdup(ctx->param_indexed);
}
for (k=0; k < in->__sizeconditions; k++) {