mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
CIPropertyHostUtils: Fix status code for terminating a property inquiry
This commit is contained in:
parent
0192c86715
commit
c7b975c525
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ struct PropertyHostUtils
|
|||
them,
|
||||
};
|
||||
|
||||
const auto jsonHeader = Encodings::jsonTo7BitText (JSONUtils::makeObjectWithKeyFirst ({ { "status", 104 } }, "status"));
|
||||
const auto jsonHeader = Encodings::jsonTo7BitText (JSONUtils::makeObjectWithKeyFirst ({ { "status", 144 } }, "status"));
|
||||
detail::MessageTypeUtils::send (output,
|
||||
fb.firstGroup,
|
||||
notifyHeader,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue