diff --git a/Process.c b/Process.c index d359c005..b28f8c1d 100644 --- a/Process.c +++ b/Process.c @@ -458,7 +458,7 @@ void Process_makeCommandStr(Process* this) { /* Check if we still have capacity */ \ assert(mc->highlightCount < ARRAYSIZE(mc->highlights)); \ if (mc->highlightCount >= ARRAYSIZE(mc->highlights)) \ - continue; \ + break; \ \ mc->highlights[mc->highlightCount].offset = str - strStart + (_offset) - mbMismatch; \ mc->highlights[mc->highlightCount].length = _length; \