Skip to content
Snippets Groups Projects
Commit e9d2fd06 authored by Danny Auble's avatar Danny Auble
Browse files

Replace older keyword with modern keyword in debug.

parent ecd5c056
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ extern int init ( void )
fclose(LOGFILE);
if (*log_file != '/')
fatal("JobAcctLogfile must specify an "
fatal("AccountingStorageLoc must specify an "
"absolute pathname");
if (stat(log_file, &statbuf)==0)/* preserve current file mode */
prot = statbuf.st_mode;
......
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