Browse Source

use JACK_UUID_SIZE in terminator struct.

tags/1.9.7
Torben Hohn 15 years ago
parent
commit
0851e12bda
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/JackRequest.h

+ 1
- 1
common/JackRequest.h View File

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


Loading…
Cancel
Save