From 577746d350b3c8ce43c4d8c5890302e130a7b7de Mon Sep 17 00:00:00 2001 From: Santiago Lema Date: Tue, 4 Nov 2025 20:14:03 -0300 Subject: [PATCH] sync --- Utils.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Utils.cpp b/Utils.cpp index 509506c..3d0fa65 100644 --- a/Utils.cpp +++ b/Utils.cpp @@ -16,8 +16,7 @@ status_t SaveMessageToFile(const BMessage& message, const char* fileName) { BPath path; - if (find_directory(B_USER_SETTINGS_DIRECTORY, &p - ath) != B_OK) { + if (find_directory(B_USER_SETTINGS_DIRECTORY, &path) != B_OK) { return B_ERROR; } path.Append(fileName);