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
In XMLWriter.m you'll find the following code:
if (c == '\n' || c == '\r' || '\t') {
// valid;
rangeLength++;
continue;
}
But the test expression will always be true. It is missing a "c ==".
Original issue reported on code.google.com by ken.jons...@gmail.com on 27 Aug 2011 at 3:18
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
ken.jons...@gmail.com
on 27 Aug 2011 at 3:18The text was updated successfully, but these errors were encountered: