Skip to content
Snippets Groups Projects
Commit 109e695b authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Task #1254: Hooray for multiple platforms/compilers. Needed to disambiguate...

Task #1254: Hooray for multiple platforms/compilers. Needed to disambiguate call to basename() on kis001
parent 14ee28be
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ int main (int argc, char* argv[])
exit (EXIT_FAILURE);
}
INIT_LOGGER(basename(argv[0]));
INIT_LOGGER(LOFAR::basename(argv[0]));
switch (atoi(argv[1])) {
case 1: // do everything right
......
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