From 0851e12bda76cc512e2ffdadc6dd170f4fb200bc Mon Sep 17 00:00:00 2001 From: Torben Hohn Date: Wed, 18 Aug 2010 15:51:23 +0200 Subject: [PATCH] use JACK_UUID_SIZE in terminator struct. --- common/JackRequest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/JackRequest.h b/common/JackRequest.h index 24f77b6b..c83753a3 100644 --- a/common/JackRequest.h +++ b/common/JackRequest.h @@ -1134,7 +1134,7 @@ struct JackSessionNotifyResult : public JackResult int Write(JackChannelTransaction* trans) { - char terminator[32]; + char terminator[JACK_UUID_SIZE]; terminator[0] = '\0'; CheckRes(JackResult::Write(trans));