--- trunk/grubby/grubby.c 2012/04/16 17:49:04 1802 +++ trunk/grubby/grubby.c 2012/07/02 12:46:11 1837 @@ -1103,7 +1103,7 @@ /* get extras */ int count = 0; for (i = 0; i < line->numElements; i++) { - if (count == 2) { + if (count >= 2) { strcat(extras, line->elements[i].item); strcat(extras, line->elements[i].indent); }