mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
GCC build fix
It's been too long, C++
This commit is contained in:
@@ -319,8 +319,8 @@ bool DBUpdater<T>::Populate(DatabaseWorkerPool<T>& pool)
|
||||
}
|
||||
case LOCATION_DOWNLOAD:
|
||||
{
|
||||
std::string filename = base.filename().generic_string().c_str();
|
||||
std::string workdir = boost::filesystem::current_path().generic_string().c_str();
|
||||
const char* filename = base.filename().generic_string().c_str();
|
||||
const char* workdir = boost::filesystem::current_path().generic_string().c_str();
|
||||
TC_LOG_ERROR("sql.updates", ">> File \"%s\" is missing, download it from \"https://github.com/TrinityCore/TrinityCore/releases\"" \
|
||||
" uncompress it and place the file \"%s\" in the directory \"%s\".", filename, filename, workdir);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user