From dbcf20c3f476fcd2d5552adcccdc73255fe23d18 Mon Sep 17 00:00:00 2001 From: Oleg Korshul Date: Wed, 27 Apr 2022 11:39:32 +0300 Subject: [PATCH] Fix bug 56872 --- DesktopEditor/allthemesgen/main.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/DesktopEditor/allthemesgen/main.cpp b/DesktopEditor/allthemesgen/main.cpp index 607f1f804b..32367a2063 100644 --- a/DesktopEditor/allthemesgen/main.cpp +++ b/DesktopEditor/allthemesgen/main.cpp @@ -463,6 +463,11 @@ int main(int argc, char** argv) continue; } } + else if (!NSDirectory::Exists(sOut)) + { + --nThemeIndex; + continue; + } oBuilder.ClearNoAttack(); oBuilder.WriteString(L"");