]> 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>
Sun, 25 Jan 2015 17:02:48 +0000 (12:02 -0500)
commit9ca7fc78363650e91e5cd5e2a5c6d4c729a37970
treec3ea26f9a225f035e097402cb8912f20ed3a75ee
parent995298e7f8da5fb96ac3d1711014e5731713f9e3
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