Properly brace macro arguments

This commit is contained in:
Benny Baumann 2021-05-15 21:54:46 +02:00 committed by BenBE
parent aa8552ba88
commit 9a78155e17
1 changed files with 17 additions and 17 deletions

View File

@ -451,7 +451,7 @@ void Process_makeCommandStr(Process *this) {
if (mc->highlightCount >= ARRAYSIZE(mc->highlights)) \
continue; \
\
mc->highlights[mc->highlightCount].offset = str - strStart + _offset - mbMismatch; \
mc->highlights[mc->highlightCount].offset = str - strStart + (_offset) - mbMismatch; \
mc->highlights[mc->highlightCount].length = _length; \
mc->highlights[mc->highlightCount].attr = _attr; \
mc->highlights[mc->highlightCount].flags = _flags; \