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:
5fdada3
)
fix parameter for TagListParse
author
Michal Voců
<michal@ruk.cuni.cz>
Wed, 13 Jun 2012 14:43:11 +0000
(14:43 +0000)
committer
Michal Voců
<michal@ruk.cuni.cz>
Wed, 13 Jun 2012 14:43:11 +0000
(14:43 +0000)
org.glite.lb.common/test/parse.cpp.T
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/test/parse.cpp.T
b/org.glite.lb.common/test/parse.cpp.T
index
a011f7f
..
7314ab2
100644
(file)
--- a/
org.glite.lb.common/test/parse.cpp.T
+++ b/
org.glite.lb.common/test/parse.cpp.T
@@
-124,7
+124,7
@@
void EventParseTest::$l()
} elsif ($f->{type} eq "timeval") {
$value = "e1->$l.$fn.tv_sec = 326890800; e1->$l.$fn.tv_usec = 1;";
} elsif ($f->{type} eq "taglist") {
- $value = "edg_wll_TagListParse(
\"key=value\"
, &e1->$l.$fn);";
+ $value = "edg_wll_TagListParse(
strdup(\"key=value\")
, &e1->$l.$fn);";
} else {
gen "% FIXME: unknown type $f->{type} for $fn \n";
}