From 94e0c9205e6049c6b3295145af7fd39156e77543 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 3 Aug 2022 08:51:28 -0400 Subject: add upstream 11.23 --- zen/file_path.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'zen/file_path.cpp') diff --git a/zen/file_path.cpp b/zen/file_path.cpp index 68137b90..716dd8de 100644 --- a/zen/file_path.cpp +++ b/zen/file_path.cpp @@ -100,6 +100,7 @@ Zstring zen::appendPath(const Zstring& basePath, const Zstring& relPath) if (relPath.empty()) return basePath; //with or without path separator, e.g. C:\ or C:\folder + //assert(!basePath.empty()); if (basePath.empty()) //basePath might be a relative path, too! return relPath; -- cgit