mirror of
https://github.com/haiwen/ccnet-server.git
synced 2025-09-03 13:54:37 +00:00
Remove trailing spaces from values when reading config file.
This commit is contained in:
@@ -389,7 +389,7 @@ ccnet_util_key_file_get_string (GKeyFile *keyf,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
return v;
|
||||
return g_strchomp(v);
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user