diff --git a/common/JackRequest.h b/common/JackRequest.h index 8665ff87..2025bdc3 100644 --- a/common/JackRequest.h +++ b/common/JackRequest.h @@ -1632,7 +1632,7 @@ struct JackClientHasSessionCallbackRequest : public JackRequest struct JackPropertyChangeNotifyRequest : public JackRequest { jack_uuid_t fSubject; - char fKey[JACK_UUID_STRING_SIZE]; + char fKey[MAX_PATH+1]; jack_property_change_t fChange; JackPropertyChangeNotifyRequest() : fChange((jack_property_change_t)0)