summaryrefslogtreecommitdiff
path: root/src/seq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/seq.c')
-rw-r--r--src/seq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seq.c b/src/seq.c
index 2426c4de3..1f2a66a7b 100644
--- a/src/seq.c
+++ b/src/seq.c
@@ -139,7 +139,7 @@ scan_arg (const char *arg)
if (! xstrtold (arg, NULL, &ret.value, c_strtold))
{
- error (0, 0, _("invalid floating point argument: %s"), arg);
+ error (0, 0, _("invalid floating point argument: %s"), quote (arg));
usage (EXIT_FAILURE);
}