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:
f3fff9f
)
fix build
author
Aleš Křenek
<ljocha@ics.muni.cz>
Tue, 19 Sep 2006 18:14:44 +0000
(18:14 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Tue, 19 Sep 2006 18:14:44 +0000
(18:14 +0000)
org.glite.lb.common/src/xml_conversions.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/src/xml_conversions.c
b/org.glite.lb.common/src/xml_conversions.c
index
eac5b41
..
bbf833b
100644
(file)
--- a/
org.glite.lb.common/src/xml_conversions.c
+++ b/
org.glite.lb.common/src/xml_conversions.c
@@
-520,7
+520,7
@@
char *edg_wll_from_string_to_string(edg_wll_XML_ctx *XMLCtx)
s = edg_wll_UnescapeXML((const char *) XMLCtx->char_buf);
edg_wll_freeBuf(XMLCtx);
- return
ret
;
+ return
s
;
}