Fixed a duplicate path status (#3975)

* Fixed a duplicate path status
Thanks to @zhqfdn
This commit is contained in:
BrOgBr
2019-02-24 12:01:47 -03:00
committed by Daegaladh
parent ec6c36983c
commit 757a459320

View File

@@ -1620,7 +1620,7 @@ void read_homunculus_expdb(void)
hexptbl[MAX_LEVEL - 1] = 0;
}
fclose(fp);
ShowStatus("Done reading '" CL_WHITE "%d" CL_RESET "' levels in '" CL_WHITE "%s/%s" CL_RESET "'.\n", j, db_path, path);
ShowStatus("Done reading '" CL_WHITE "%d" CL_RESET "' levels in '" CL_WHITE "%s" CL_RESET "'.\n", j, path);
}
}