you didn't say no
This commit is contained in:
parent
e6e9ab9224
commit
e785e18a2c
1 changed files with 1 additions and 2 deletions
|
@ -89,8 +89,7 @@ static gboolean read_string(XrmDatabase db, const gchar *rname,
|
|||
|
||||
if (XrmGetResource(db, rname, rclass, &rettype, &retvalue) &&
|
||||
retvalue.addr != NULL) {
|
||||
*value = retvalue.addr;
|
||||
g_strstrip(*value);
|
||||
*value = g_strstrip(retvalue.addr);
|
||||
ret = TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue