From 3d45e142aa5a496ca7f26a0d25aefc18bb1d7d49 Mon Sep 17 00:00:00 2001 From: powerof3 Date: Tue, 5 Mar 2024 19:58:15 +0000 Subject: [PATCH] maintenance --- src/Fixes/ValidateScreenshotFolder.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Fixes/ValidateScreenshotFolder.cpp b/src/Fixes/ValidateScreenshotFolder.cpp index 9dd0c64..f170b76 100644 --- a/src/Fixes/ValidateScreenshotFolder.cpp +++ b/src/Fixes/ValidateScreenshotFolder.cpp @@ -10,9 +10,9 @@ namespace Fixes::ValidateScreenshotFolder { using func_t = decltype(&set_ini_string); REL::Relocation func{ RELOCATION_ID(73882, 75619) }; - return func(a_setting,a_str); + return func(a_setting, a_str); } - + bool has_root_directory(const std::filesystem::path& a_path) { auto path = a_path.string(); @@ -57,7 +57,7 @@ namespace Fixes::ValidateScreenshotFolder if (!newBaseName.empty()) { set_ini_string(setting, newBaseName.c_str()); - + if (emptyPath) { RE::ConsoleLog::GetSingleton()->Print("[po3 Tweaks] sScreenShotBaseName:Display ini setting is empty"); } else {