From b565c5df3e8f50130f13bd2068976ee9f5ea966f Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Fri, 1 Jun 2012 00:36:41 +0200 Subject: [PATCH] remove double initialization --- libcitadel/lib/vcard.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libcitadel/lib/vcard.c b/libcitadel/lib/vcard.c index d23e6d6d9..8c0c79d1c 100644 --- a/libcitadel/lib/vcard.c +++ b/libcitadel/lib/vcard.c @@ -142,8 +142,6 @@ struct vCard *vcard_load(char *vtext) { ptr = mycopy; while (!IsEmptyStr(ptr)) { - colonpos = (-1); - nlpos = (-1); colonpos = pattern2(ptr, ":"); nlpos = pattern2(ptr, "\n"); -- 2.30.2