command: Factor command name matching out of command.c.
[pspp-builds.git] / src / language / expressions / operations.def
index 0286acf91e393d917a1259181165d4c8c88c8934..5d1ee46e9d2439b7a9409f7b9462b2bc70e9430e 100644 (file)
@@ -590,7 +590,7 @@ function NUMBER (string s, ni_format f)
   data_in_imply_decimals (s, LEGACY_NATIVE, f->type, f->d, &out);
   else
     {
-      msg (SE, "Cannot parse \"%.*s\" as format %s: %s",
+      msg (SE, "Cannot parse `%.*s' as format %s: %s",
            (int) s.length, s.string, fmt_name (f->type), error);
       free (error);
     }