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

(-)kmousetool-1.11.old/kmousetool/mtstroke.cpp (-2 / +2 lines)
Lines 88-94 Link Here
88
      points.push_back(Pt(x,y));
88
      points.push_back(Pt(x,y));
89
    }
89
    }
90
  }
90
  }
91
};
91
}
92
92
93
93
94
/*
94
/*
Lines 310-313 Link Here
310
  char ch = 'a';
310
  char ch = 'a';
311
  while (ch != '\n')
311
  while (ch != '\n')
312
    infile.get(ch);
312
    infile.get(ch);
313
}
313
}

Return to bug 61595