git-svn-id: https://svn.osgeo.org/grass/grass/trunk@39716 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -317,8 +317,8 @@ int main(int argc, char *argv[])
G_free_tokens(tokens);
}
else {
- G_fatal_error(_("Unable to tokenize column string: %s"),
- columns->answer[i]);
+ G_fatal_error(_("Unable to tokenize column string: [%s]"),
+ columns->answers[i]);
i++;