19 Nov
2025
19 Nov
'25
5:45 p.m.
On Wed Nov 19 08:40:39 2025 +0000, Rémi Bernon wrote:
Can we split these conditions or align them differently so the operator precedence gets readable? ```suggestion:-4+0 if (conn->usTransform != CONN_TRN_NONE) { if (conn->usTransform != CONN_TRANSFORM(CONN_TRN_BIPOLAR, CONN_TRN_NONE, CONN_TRN_NONE)) return FALSE; if (conn->usSource != CONN_SRC_LFO && conn->usSource != CONN_SRC_VIBRATO) return FALSE; } ``` For instance. Yes, of course. Done.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9522#note_122960