summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2Lib/Util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePatch2Lib/Util.cpp')
-rw-r--r--cpp/src/IcePatch2Lib/Util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2Lib/Util.cpp b/cpp/src/IcePatch2Lib/Util.cpp
index 88798feaba5..63fc5087eeb 100644
--- a/cpp/src/IcePatch2Lib/Util.cpp
+++ b/cpp/src/IcePatch2Lib/Util.cpp
@@ -81,7 +81,7 @@ bool
IcePatch2Internal::writeFileInfo(FILE* fp, const LargeFileInfo& info)
{
int rc = fprintf(fp, "%s\t%s\t" ICE_INT64_FORMAT "\t%d\n",
- IceUtilInternal::escapeString(info.path, "").c_str(),
+ escapeString(info.path, "", IceUtilInternal::Compat).c_str(),
bytesToString(info.checksum).c_str(),
info.size,
static_cast<int>(info.executable));