Skip to content

Commit ac6bb68

Browse files
committed
test
1 parent a2b872c commit ac6bb68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SerialPrograms/Source/NintendoSwitch/DevPrograms/TestProgramSwitch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ void TestProgram::program(MultiSwitchProgramEnvironment& env, CancellableScope&
535535
std::string test = "hello";
536536
std::filesystem::path p{test};
537537

538-
std::string out_path = "hello" + "/" + file_stat.m_filename;
538+
std::string out_path = "hello/";
539539
std::filesystem::path const parent_dir{std::filesystem::path(out_path).parent_path()};
540540

541541

0 commit comments

Comments
 (0)