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