Re: [notmuch] [PATCH] Appease the compiler.

2010-03-09 Thread Carl Worth
On Wed, 3 Mar 2010 09:31:55 +, David Edmondson wrote: > -char *direntry, *colon; > +char *direntry = NULL, *colon; Another one that I just got around to fixing just before noticing it in the queue. Someday I'll be more caught up and not duplicating work as much. But thanks for the

[notmuch] [PATCH] Appease the compiler.

2010-03-09 Thread Carl Worth
On Wed, 3 Mar 2010 09:31:55 +, David Edmondson wrote: > -char *direntry, *colon; > +char *direntry = NULL, *colon; Another one that I just got around to fixing just before noticing it in the queue. Someday I'll be more caught up and not duplicating work as much. But thanks for the

[notmuch] [PATCH] Appease the compiler.

2010-03-03 Thread David Edmondson
--- 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

[notmuch] [PATCH] Appease the compiler.

2010-03-03 Thread David Edmondson
--- 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