From 3cf7505401d21ca710edc79f5d043c3df6106a22 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sat, 25 Jun 2011 21:17:40 +0200 Subject: [PATCH] 'cherry-pick' e84bb6f from jumanji --- zathura.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zathura.c b/zathura.c index 370c589..a74b82a 100644 --- a/zathura.c +++ b/zathura.c @@ -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"))