mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Use right path separator.
This commit is contained in:
@@ -328,7 +328,7 @@ void processCommand(const std::string &message, CClient *&client)
|
|||||||
pom = txth->entries[i].nameStr;
|
pom = txth->entries[i].nameStr;
|
||||||
if(boost::algorithm::find_last(pom,pattern))
|
if(boost::algorithm::find_last(pom,pattern))
|
||||||
{
|
{
|
||||||
txth->extractFile(std::string("Extracted_txts\\")+pom,pom);
|
txth->extractFile(std::string("Extracted_txts" PATHSEPARATOR)+pom,pom);
|
||||||
}
|
}
|
||||||
if(i%8) continue;
|
if(i%8) continue;
|
||||||
int p2 = ((float)i/(float)txth->entries.size())*(float)100;
|
int p2 = ((float)i/(float)txth->entries.size())*(float)100;
|
||||||
|
Reference in New Issue
Block a user