Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 authored and github-actions[bot] committed Mar 5, 2024
1 parent 49fd4e3 commit 3d45e14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Fixes/ValidateScreenshotFolder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ namespace Fixes::ValidateScreenshotFolder
{
using func_t = decltype(&set_ini_string);
REL::Relocation<func_t> 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();
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 3d45e14

Please sign in to comment.