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

(-)src/pgm2asc.c (-1 / +2 lines)
Lines 1200-1205 Link Here
1200
        } end_for_each(&(JOB->res.boxlist));
1200
        } end_for_each(&(JOB->res.boxlist));
1201
	box4=box5;
1201
	box4=box5;
1202
      	{
1202
      	{
1203
          if (box2 != NULL && box4 != NULL){
1203
          if( /* umlaut "a "o "u, ij; box2 is the dot, box4 the body */
1204
          if( /* umlaut "a "o "u, ij; box2 is the dot, box4 the body */
1204
            ( y1<=box2->m2
1205
            ( y1<=box2->m2
1205
              &&   box4->x1>=3*x0-2*x1  /* test if box4 is around box2 */
1206
              &&   box4->x1>=3*x0-2*x1  /* test if box4 is around box2 */
Lines 1252-1258 Link Here
1252
	    list_del(&(JOB->res.boxlist), box4); /* ret&1: error-message ??? */
1253
	    list_del(&(JOB->res.boxlist), box4); /* ret&1: error-message ??? */
1253
	    free(box4);
1254
	    free(box4);
1254
          }
1255
          }
1255
	}
1256
	  }}
1256
      }
1257
      }
1257
// continue;
1258
// continue;
1258
      // horizontally broken w' K'
1259
      // horizontally broken w' K'

Return to bug 157138