]> git.notmuchmail.org Git - notmuch/commitdiff
Silence compiler warning by initializing a variable.
authorJeffrey C. Ollie <jeff@ocjtech.us>
Wed, 25 Nov 2009 13:01:36 +0000 (07:01 -0600)
committerCarl Worth <cworth@cworth.org>
Sat, 28 Nov 2009 02:38:06 +0000 (18:38 -0800)
If Xapian threw an exception on notmuch_query_count_messages the count
variable could be used uninitialized.  Initialize count to solve the
problem.

Signed-off-by: Jeffrey C. Ollie <jeff@ocjtech.us>

No differences found