Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 40B69431FBC for ; Wed, 3 Mar 2010 01:32:23 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.303 X-Spam-Level: X-Spam-Status: No, score=-2.303 tagged_above=-999 required=5 tests=[AWL=0.296, BAYES_00=-2.599] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uMCzca+w38Si for ; Wed, 3 Mar 2010 01:32:22 -0800 (PST) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by olra.theworths.org (Postfix) with ESMTP id 77741431FAE for ; Wed, 3 Mar 2010 01:32:22 -0800 (PST) Received: by fxm10 with SMTP id 10so1204179fxm.30 for ; Wed, 03 Mar 2010 01:32:12 -0800 (PST) Received: by 10.223.1.146 with SMTP id 18mr743799faf.53.1267608731132; Wed, 03 Mar 2010 01:32:11 -0800 (PST) Received: from aw.hh.sledj.net (gmp-ea-fw-1.sun.com [192.18.1.36]) by mx.google.com with ESMTPS id 28sm8812215fkx.6.2010.03.03.01.32.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 03 Mar 2010 01:32:10 -0800 (PST) Received: by aw.hh.sledj.net (Postfix, from userid 1000) id 214443A0A1; Wed, 3 Mar 2010 09:31:57 +0000 (GMT) From: David Edmondson To: notmuch@notmuchmail.org Date: Wed, 3 Mar 2010 09:31:55 +0000 Message-Id: <1267608715-16206-1-git-send-email-dme@dme.org> X-Mailer: git-send-email 1.7.0 Subject: [notmuch] [PATCH] Appease the compiler. X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2010 09:32:23 -0000 --- lib/message.cc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/message.cc b/lib/message.cc index 0195050..5170422 100644 --- a/lib/message.cc +++ b/lib/message.cc @@ -427,7 +427,7 @@ notmuch_message_get_filename (notmuch_message_t *message) const char *prefix = _find_prefix ("file-direntry"); int prefix_len = strlen (prefix); Xapian::TermIterator i; - char *direntry, *colon; + char *direntry = NULL, *colon; const char *db_path, *directory, *basename; unsigned int directory_id; void *local = talloc_new (message); -- 1.7.0