xfreee / wowmapper

Automatically exported from code.google.com/p/wowmapper
0 stars 0 forks source link

Directorypath windows bug #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In
int32_t MpqHandler_c::OpenMpq(const std::string &filename) 

the first line needs to be made windows compatible

std::string mpq_path(search_dir_ + "/" + filename);

"/" -> "\\" on windows

Original issue reported on code.google.com by joor...@gmx.de on 9 Jun 2010 at 6:44

GoogleCodeExporter commented 9 years ago

Original comment by Pferd...@googlemail.com on 19 Jun 2010 at 4:17