Skip to content
Snippets Groups Projects
Commit 56bbc0b4 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Add missing progname argument to fprintf

parent fa4c4448
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,8 @@ slap_tool_init(
break;
default:
fprintf( stderr, "%s: unknown tool mode (%d)\n", tool );
fprintf( stderr, "%s: unknown tool mode (%d)\n",
progname, tool );
exit( EXIT_FAILURE );
}
......
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