summaryrefslogtreecommitdiff
path: root/pango-view
diff options
context:
space:
mode:
Diffstat (limited to 'pango-view')
-rw-r--r--pango-view/viewer-render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango-view/viewer-render.c b/pango-view/viewer-render.c
index f2de0aac..89800ffa 100644
--- a/pango-view/viewer-render.c
+++ b/pango-view/viewer-render.c
@@ -552,7 +552,7 @@ parse_margin (const char *name G_GNUC_UNUSED,
gpointer data G_GNUC_UNUSED,
GError **error)
{
- switch (sscanf (arg, "%d %d %d %d", &opt_margin_t, &opt_margin_r, &opt_margin_b, &opt_margin_l))
+ switch (sscanf (arg, "%d%*[ ,]%d%*[ ,]%d%*[ ,]%d", &opt_margin_t, &opt_margin_r, &opt_margin_b, &opt_margin_l))
{
case 0:
{