bug.
file Contacts.java
vCard.mark(1);
for (int ch = vCard.read(); ch == (int) ' ' || ch == (int) '\t'; ch =
vCard.read()) {...
when vCard.read() get a EOF, then vCard.reset() will throw a exception ,that
lead a uncomplete Import.
Original issue reported on code.google.com by longguan...@gmail.com on 29 Nov 2011 at 3:11
Original issue reported on code.google.com by
longguan...@gmail.com
on 29 Nov 2011 at 3:11