From 90bc692185a27f18acb6b029dfaf038e555ef8ff Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 19 May 2023 09:24:58 -0400 Subject: add upstream 12.3 --- zen/file_access.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zen/file_access.cpp') diff --git a/zen/file_access.cpp b/zen/file_access.cpp index c5cbf095..24e418c9 100644 --- a/zen/file_access.cpp +++ b/zen/file_access.cpp @@ -88,7 +88,7 @@ std::variant getItemTypeIfExist //- case-sensitive comparison! itemPath must be normalized! //- finding the item after getItemType() previously failed is exceptional } - catch (const FileError& e) { throw SysError(replaceCpy(e.toString(), L"\n\n", L'\n')); } + catch (const FileError& e2) { throw SysError(replaceCpy(e2.toString(), L"\n\n", L'\n')); } return *parentPath; } -- cgit