From ddc62c278c2b30250ef21c9888cbb22fe59573c2 Mon Sep 17 00:00:00 2001 From: xazax-hun Date: Thu, 3 May 2012 19:46:59 +0000 Subject: Regularized file not found error messages. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16073 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/map.c') diff --git a/src/map/map.c b/src/map/map.c index 1e3cdfb3d..9e2dbef25 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -3365,7 +3365,7 @@ int inter_config_read(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; } while(fgets(line, sizeof(line), fp)) -- cgit v1.2.3-60-g2f50