push again after proxmoxHost desk died

This commit is contained in:
Santiago Lema 2025-10-06 03:53:46 -03:00
parent 9cdab6a5c4
commit c4f88bac04

View file

@ -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);