View | Details | Raw Unified
Collapse All | Expand All

(-) src/progress.c (-2 lines)
 Lines 969-976    Link Here 
      move_to_end (p);
      move_to_end (p);
    }
    }
  assert (p - bp->buffer <= bp->width);
  while (p < bp->buffer + bp->width)
  while (p < bp->buffer + bp->width)
    *p++ = ' ';
    *p++ = ' ';
  *p = '\0';
  *p = '\0';