mirror of
https://review.haiku-os.org/haiku
synced 2025-01-22 22:34:48 +01:00
103741882a
In CodyCam, we attempt to cast the result of this macro to const char*. However, the ternary operator has lower priority than the cast so it doesn't work as expected. Add some protective parentheses here. Change-Id: I5e9875187cec67b9534b1bbe58d82217c6cd5524 Reviewed-on: https://review.haiku-os.org/c/1667 Reviewed-by: waddlesplash <waddlesplash@gmail.com>