Fixed a duplicate path status (#3975)
* Fixed a duplicate path status Thanks to @zhqfdn
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user