diff options
Diffstat (limited to 'tabulator-mpi')
-rw-r--r-- | tabulator-mpi/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tabulator-mpi/main.cpp b/tabulator-mpi/main.cpp index cb60ecb..e6e1a27 100644 --- a/tabulator-mpi/main.cpp +++ b/tabulator-mpi/main.cpp @@ -21,7 +21,7 @@ const lib94::warrior *load_warrior(const char *file) { } catch (const lib94::compiler_exception &ex) { - fprintf(stderr, "error in %s on line %u: %s\n", file, ex.line_number, ex.message.c_str()); + fprintf(stderr, "error in %s on line %u: %s\n", file, ex.source_line_number, ex.message.c_str()); exit(1); } } |