push again after proxmoxHost desk died
This commit is contained in:
parent
9cdab6a5c4
commit
c4f88bac04
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@
|
||||||
|
|
||||||
status_t SaveMessageToFile(const BMessage& message, const char* fileName) {
|
status_t SaveMessageToFile(const BMessage& message, const char* fileName) {
|
||||||
BPath path;
|
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;
|
return B_ERROR;
|
||||||
}
|
}
|
||||||
path.Append(fileName);
|
path.Append(fileName);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue