This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
Browse Source
use JACK_UUID_SIZE in terminator struct.
tags/1.9.7
Torben Hohn
15 years ago
parent
5cd7b4dedf
commit
0851e12bda
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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));
Write
Preview
Loading…
Cancel
Save