format: Cite variable names in messages reporting incompatible width.
[pspp] / src / language / dictionary / sys-file-info.c
index 45c352579ca41817c0102cf5f53825809fc40d12..4ba4ddd4e0a35e9c8459d66ef6614e508f39d795 100644 (file)
@@ -836,7 +836,7 @@ recode_strings (struct pool *pool,
           ss_rtrim (&utf8, ss_cstr (" "));
           utf8.string[utf8.length] = '\0';
 
-          if (ids[i] && !id_is_plausible (utf8.string, false))
+          if (ids[i] && !id_is_plausible (utf8.string))
             error = EINVAL;
         }