Skip to content
Snippets Groups Projects
Commit 8bcab878 authored by rswindell's avatar rswindell
Browse files

Changed "file:" in error message to "source:" to help eliminate sysop confusion.

parent 79de0295
No related branches found
No related tags found
No related merge requests found
......@@ -872,7 +872,7 @@ void sbbs_t::errormsg(int line, char *source, char action, char *object
bputs("\r\n\r\nThe sysop has been notified. <Hit a key>");
getkey(0);
CRLF;
sprintf(str,"\r\n file: %s\r\n line: %d\r\n action: %s\r\n"
sprintf(str,"\r\n source: %s\r\n line: %d\r\n action: %s\r\n"
" object: %s\r\n access: %ld"
,source,line,actstr,object,access);
if(access>9 && (long)access!=-1 && (short)access!=-1 && (char)access!=-1) {
......
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