]> git.sur5r.net Git - glabels/commit
Fixed missing contacts when importing from vcard.
authorTim Waugh <twaugh@redhat.com>
Tue, 6 Jan 2015 09:34:20 +0000 (09:34 +0000)
committerJim Evins <evins@snaught.com>
Wed, 21 Jan 2015 04:26:24 +0000 (23:26 -0500)
commit1dd1d6e1697373140eea0373beb195c0ca4534c0
tree3e7e5ca28af8e159f1ed97de1daa3d56d0ee1970
parent42d630343f0da1ef616b6252e352e1602832e088
Fixed missing contacts when importing from vcard.

Fixes Bug #742440.  After checking for an END line, another line was read
before breaking out of the loop. This could have been the BEGIN line for
the next record, in which case that record will be lost.
src/merge-vcard.c