You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 29 Nov 2011 at 3:11
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 29 Nov 2011 at 3:11The text was updated successfully, but these errors were encountered: