summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/nltool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/nltool.c')
-rw-r--r--src/tools/nltool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/nltool.c b/src/tools/nltool.c
index 92b4960be4d..109453581eb 100644
--- a/src/tools/nltool.c
+++ b/src/tools/nltool.c
@@ -303,7 +303,7 @@ int main(int argc, char *argv[])
fprintf(stderr, "%s", "WARNING: This is Work In Progress! - It may fail anytime\n");
if (!opts.parse_command_line(argc, argv, OPTION_PRIORITY_DEFAULT, aerror))
{
- fprintf(stderr, "%s\n", aerror.cstr());
+ fprintf(stderr, "%s\n", aerror.c_str());
usage(opts);
return 1;
}