* do_edit_vcard() contained a 'StrBuf *Buf' which was unused in the entire function...
authorArt Cancro <ajc@citadel.org>
Fri, 19 Jun 2009 18:26:30 +0000 (18:26 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 19 Jun 2009 18:26:30 +0000 (18:26 +0000)
commitc60aaab3969b86a3360edac60f029b9bcb3cc990
tree52339589b86c3c4acc0ac8f64c72eaf74dc01d98
parent57a6d2f3dfce41d9ac43159bdde5745fbfb4f64f
* do_edit_vcard() contained a 'StrBuf *Buf' which was unused in the entire function except for a call to free it.  WebCit no longer crashes upon attempting to edit a vCard.
* Also performed some style cleanup while I was in here.
webcit/vcard_edit.c