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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- src/pshinter/pshalgo.c
0
++ src/pshinter/pshalgo.c
Lines 1023-1029 Link Here
1023
1023
1024
        orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y );
1024
        orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y );
1025
1025
1026
      } while ( orient_prev != 0 );
1026
      } while ( orient_prev == 0 );
1027
1027
1028
      first = start;
1028
      first = start;
1029
      in_x  = out_x;
1029
      in_x  = out_x;

Return to bug 231417