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:
08b030f
)
Fix braces in conditional statement.
author
Zdeněk Salvet
<salvet@ics.muni.cz>
Fri, 31 Aug 2007 14:16:05 +0000
(14:16 +0000)
committer
Zdeněk Salvet
<salvet@ics.muni.cz>
Fri, 31 Aug 2007 14:16:05 +0000
(14:16 +0000)
org.glite.lb.common/src/xml_parse.c.T
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/src/xml_parse.c.T
b/org.glite.lb.common/src/xml_parse.c.T
index
c2c6af1
..
3a0c88e
100644
(file)
--- a/
org.glite.lb.common/src/xml_parse.c.T
+++ b/
org.glite.lb.common/src/xml_parse.c.T
@@
-850,9
+850,10
@@
static void endQueryEvents(void *data, const char *el UNUSED_VAR)
break;
case 2:
/* skip events of unknown type */
- if (XMLCtx->eventCode == EDG_WLL_EVENT_UNDEF)
+ if (XMLCtx->eventCode == EDG_WLL_EVENT_UNDEF)
{
edg_wll_FreeEvent(&(XMLCtx->eventsOutGlobal)[XMLCtx->position]);
- XMLCtx->position--;
+ XMLCtx->position--;
+ }
/* fallthough */
default:
if (XMLCtx->char_buf) {