Regularized file not found error messages.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16073 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -694,7 +694,7 @@ static int inter_config_read(const char* cfgName)
|
||||
|
||||
fp = fopen(cfgName, "r");
|
||||
if(fp == NULL) {
|
||||
ShowError("file not found: %s\n", cfgName);
|
||||
ShowError("File not found: %s\n", cfgName);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user