Skip to content
Snippets Groups Projects
Commit bfbbc4b0 authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Use xcgroup_set_param instead of xcgroup_set_params here.

Save re-parsing the input string back into the components.
parent 18360290
No related branches found
No related tags found
No related merge requests found
...@@ -447,7 +447,7 @@ int xcgroup_instantiate(xcgroup_t* cg) ...@@ -447,7 +447,7 @@ int xcgroup_instantiate(xcgroup_t* cg)
fstatus = XCGROUP_SUCCESS; fstatus = XCGROUP_SUCCESS;
/* set notify on release flag */ /* set notify on release flag */
xcgroup_set_params(cg, "notify_on_release=0"); xcgroup_set_param(cg, "notify_on_release", "0");
return fstatus; return fstatus;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment