Code: Select all
787 {
788 g_errorCnt++;
789: initprintf("%s:%d: error: could not find file `%s'.\n",g_scriptFileName,g_lineNumber,confile);
790 return;
791 }Moderator: Raze Developers
Code: Select all
787 {
788 g_errorCnt++;
789: initprintf("%s:%d: error: could not find file `%s'.\n",g_scriptFileName,g_lineNumber,confile);
790 return;
791 }
Sure, I'll leave that to you but it does lead to confusion. With my reported issue about -mx not working, seeing the backtick made me think I had provided the pathname wrong or perhaps the function that tries to find the con file was doing something wrong. Only when I dug around I confirmed it was a printing error only.Graf Zahl wrote:Don't expect me to change these for a mere cosmetic effect. That's not worth potential merge conflicts.