@@ 520,7 520,8 @@ void DLItem::log_text_add(const char *bu
if (isdigit(*q++ = *p)) {
// keep here
} else if (*p == 'K') {
- for (--q; isdigit(q[-1]); --q) ; log_state = ST_discard;
+ for (--q; isdigit(q[-1]); --q) ;
+ log_state = ST_discard;
} else {
log_state = ST_copy;
}