Skip to content
Snippets Groups Projects
Commit c349cb6c authored by Thomas Jahns's avatar Thomas Jahns :cartwheel: Committed by Sergey Kosukhin
Browse files

Fix copy&paste error in diagnostic message.

parent e7bbed81
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -288,7 +288,7 @@ main(int argc, char *argv[])
setup.nvars = parse_intarg("error parsing number of variables");
if (setup.nvars < 1)
{
fputs("number of levels must be greater than zero!\n", stderr);
fputs("number of variables must be greater than zero!\n", stderr);
exit(EXIT_FAILURE);
}
if (setup.nvars > 127)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment