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
I really need a fix for this one - and I already have a fix. Alas, I'm not familiar with the branching/merging technique of GitHub --- how do I push a fix, and how do I have it reviewed by the owner, and how do I become a "contributor" ???
the relatively new
if (_currentLine == 0) {
[_firstLineKeys addObject:field];
}
doesn't check for nils - and NSArray raises on field==nil.
The text was updated successfully, but these errors were encountered: