From c4f88bac04b07ea6ac54079c68cd288182248606 Mon Sep 17 00:00:00 2001 From: Santiago Lema Date: Mon, 6 Oct 2025 03:53:46 -0300 Subject: [PATCH] push again after proxmoxHost desk died --- Utils.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Utils.cpp b/Utils.cpp index 3d0fa65..509506c 100644 --- a/Utils.cpp +++ b/Utils.cpp @@ -16,7 +16,8 @@ status_t SaveMessageToFile(const BMessage& message, const char* fileName) { BPath path; - if (find_directory(B_USER_SETTINGS_DIRECTORY, &path) != B_OK) { + if (find_directory(B_USER_SETTINGS_DIRECTORY, &p + ath) != B_OK) { return B_ERROR; } path.Append(fileName);