Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Archive/Iso/IsoIn.h')
-rwxr-xr-x7zip/Archive/Iso/IsoIn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/7zip/Archive/Iso/IsoIn.h b/7zip/Archive/Iso/IsoIn.h
index fe85343f..f1d33aaa 100755
--- a/7zip/Archive/Iso/IsoIn.h
+++ b/7zip/Archive/Iso/IsoIn.h
@@ -62,7 +62,7 @@ struct CDir: public CDirRecord
if (cur->Parent == 0)
break;
p--;
- *p = '\\';
+ *p = CHAR_PATH_SEPARATOR;
}
s.ReleaseBuffer();
return s;
@@ -92,7 +92,7 @@ struct CDir: public CDirRecord
if (cur->Parent == 0)
break;
p--;
- *p = L'\\';
+ *p = WCHAR_PATH_SEPARATOR;
}
s.ReleaseBuffer();
return s;