Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 47386
Collapse All | Expand All

(-)wget-1.9.1/src/progress.c (-2 / +2 lines)
Lines 703-709 Link Here
703
      assert (dlsz <= progress_size);
703
      assert (dlsz <= progress_size);
704
      assert (insz <= dlsz);
704
      assert (insz <= dlsz);
705
705
706
      *p++ = '[';
706
      *p++ = '8';
707
      begin = p;
707
      begin = p;
708
708
709
      /* Print the initial portion of the download with '+' chars, the
709
      /* Print the initial portion of the download with '+' chars, the
Lines 715-721 Link Here
715
	{
715
	{
716
	  for (i = 0; i < dlsz - 1; i++)
716
	  for (i = 0; i < dlsz - 1; i++)
717
	    *p++ = '=';
717
	    *p++ = '=';
718
	  *p++ = '>';
718
	  *p++ = 'D';
719
	}
719
	}
720
720
721
      while (p - begin < progress_size)
721
      while (p - begin < progress_size)

Return to bug 47386