diff --git a/unpacktool/unpacktool.cpp b/unpacktool/unpacktool.cpp index 9412605..8f35660 100644 --- a/unpacktool/unpacktool.cpp +++ b/unpacktool/unpacktool.cpp @@ -390,7 +390,7 @@ int ExtractItem(int depth, const ArchiveItem &item, const std::string &dirPath, { mkdir_utf8(path.c_str()); - path.append("\\"); + path.append("/"); int returnCode = RecursiveExtractFiles(depth + 1, item.m_children, path, pathParanoid, reader, ts); if (returnCode)