mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 09:26:00 +01:00
'cherry-pick' e84bb6f from jumanji
This commit is contained in:
parent
9362c92a05
commit
3cf7505401
1 changed files with 1 additions and 1 deletions
|
@ -1581,7 +1581,7 @@ read_configuration_file(const char* rcfile)
|
|||
if(!strlen(lines[i]))
|
||||
continue;
|
||||
|
||||
gchar **tokens = g_strsplit(lines[i], " ", -1);
|
||||
gchar **tokens = g_strsplit_set(lines[i], "\t ", -1);
|
||||
int length = g_strv_length(tokens);
|
||||
|
||||
if(!strcmp(tokens[0], "set"))
|
||||
|
|
Loading…
Reference in a new issue