From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 17 Aug 2010 14:50:39 +0300 From: Johan Hedberg To: Lukasz Pawlik Cc: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH] Fix problem with filling ADR with unneeded semicolons Message-ID: <20100817115039.GA10342@jh-x301> References: <1282043444-20543-1-git-send-email-lucas.pawlik@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1282043444-20543-1-git-send-email-lucas.pawlik@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Lukasz, On Tue, Aug 17, 2010, Lukasz Pawlik wrote: > Previously in a phonebook pull request ADR was filled with six > semicolons when contact address entry was empty in phonebook. This > patch fixes this problem. Address is send as an empty string. > --- > plugins/vcard.c | 25 +++++++++++++++++++++++++ > 1 files changed, 25 insertions(+), 0 deletions(-) Thanks. The patch is now upstream. Johan