From bc4f32c10a34c6bded98f378004f7435deede43b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 21 Apr 2024 07:55:20 +0200 Subject: MHR-5: Fix: not using buggy wildcard anymore. Signed-off-by: Amlal El Mahrouss --- Public/Developer/SystemLib/Sources/File.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Public/Developer/SystemLib/Sources/File.c') diff --git a/Public/Developer/SystemLib/Sources/File.c b/Public/Developer/SystemLib/Sources/File.c index 39a4aff0..6e4a7440 100644 --- a/Public/Developer/SystemLib/Sources/File.c +++ b/Public/Developer/SystemLib/Sources/File.c @@ -25,7 +25,8 @@ CA_EXTERN_C FSRef FsOpenFile(const CharacterTypeUTF8* path, CA_MUST_PASS(path && FsIsValidPath(path) == Yes); CA_MUST_PASS(rest); - return kSharedApplication->Invoke(kSharedApplication, kCallOpenFile, path, rest); + return kSharedApplication->Invoke(kSharedApplication, kCallOpenFile, path, + rest); } /// @brief Closes the file and flushes it to the said file. -- cgit v1.2.3