summaryrefslogtreecommitdiff
path: root/src/map/pet.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-08-26 00:56:58 +0200
committerGitHub <noreply@github.com>2019-08-26 00:56:58 +0200
commitad7ebbedf81c54fdb43f4b4e41aed9fd48543e47 (patch)
treeaaace787d264862281f8dce558b7cb7e03d0bf71 /src/map/pet.c
parent9f4065570cff47b23eba3c862e994869520a6f8a (diff)
parent1feeb9dc68f4c4125a4fde018456a6432632b042 (diff)
downloadhercules-ad7ebbedf81c54fdb43f4b4e41aed9fd48543e47.tar.gz
hercules-ad7ebbedf81c54fdb43f4b4e41aed9fd48543e47.tar.bz2
hercules-ad7ebbedf81c54fdb43f4b4e41aed9fd48543e47.tar.xz
hercules-ad7ebbedf81c54fdb43f4b4e41aed9fd48543e47.zip
Merge pull request #2513 from Emistry/itemdb_read_combos
Fix missing file path in console.
Diffstat (limited to 'src/map/pet.c')
-rw-r--r--src/map/pet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pet.c b/src/map/pet.c
index ce26b6cb1..b2b6d96f8 100644
--- a/src/map/pet.c
+++ b/src/map/pet.c
@@ -1321,7 +1321,7 @@ static int pet_read_db_libconfig(const char *filename, bool ignore_missing)
count++;
}
libconfig->destroy(&pet_db_conf);
- ShowStatus("Done reading '"CL_WHITE"%d"CL_RESET"' entries in '"CL_WHITE"%s"CL_RESET"'.\n", count, filename);
+ ShowStatus("Done reading '"CL_WHITE"%d"CL_RESET"' entries in '"CL_WHITE"%s"CL_RESET"'.\n", count, filepath);
return count;
}