diff --git a/source/build/src/defs.cpp b/source/build/src/defs.cpp index 3c35ff162..d141f2219 100644 --- a/source/build/src/defs.cpp +++ b/source/build/src/defs.cpp @@ -3195,7 +3195,7 @@ int32_t loaddefinitionsfile(const char *fn, bool loadadds, bool cumulative) int lump, lastlump = 0; while ((lump = fileSystem.FindLumpFullName(fn, &lastlump)) >= 0) { - Printf(PRINT_NONOTIFY, "Loading \"%s\"\n", fileSystem.GetFileFullPath(lump)); + Printf(PRINT_NONOTIFY, "Loading \"%s\"\n", fileSystem.GetFileFullPath(lump).GetChars()); parseit(lump); } }