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

(-)tex4ht-1.0.2009_06_11_1038/src/tex4ht.c (-2 / +2 lines)
Lines 7039-7045 Link Here
7039
7039
7040
max_htf_4hf_n = 256;
7040
max_htf_4hf_n = 256;
7041
htf_4hf = m_alloc(struct htf_4hf_rec, 256);
7041
htf_4hf = m_alloc(struct htf_4hf_rec, 256);
7042
7042
memset (htf_4hf, 0, 256 * sizeof (struct htf_4hf_rec));
7043
7043
7044
      
7044
      
7045
err = FALSE;
7045
err = FALSE;
Lines 8738-8744 Link Here
8738
8738
8739
   
8739
   
8740
if( span_on && !in_span_ch  && !ignore_chs && !in_accenting
8740
if( span_on && !in_span_ch  && !ignore_chs && !in_accenting
8741
            && (default_font != font_tbl[cur_fnt].num) ){
8741
            && cur_fnt >= 0 && (default_font != font_tbl[cur_fnt].num) ){
8742
  if(  (ch < 137) && (ch != 
8742
  if(  (ch < 137) && (ch != 
8743
132 
8743
132 
8744
) ){
8744
) ){

Return to bug 915782