View | Details | Raw Unified | Return to bug 295662
Collapse All | Expand All

(-)pango/break.c (+2 lines)
Lines 586-591 Link Here
586
	  next_wc = 0;
586
	  next_wc = 0;
587
	  next_break_type = G_UNICODE_BREAK_UNKNOWN;
587
	  next_break_type = G_UNICODE_BREAK_UNKNOWN;
588
	  done = TRUE;
588
	  done = TRUE;
589
	  if (i >= attrs_len)
590
	      break;
589
	}
591
	}
590
      else
592
      else
591
	{
593
	{

Return to bug 295662