[notmuch] [PATCH 1/4] lib/database.cc: Fix function name in comment

Subject: [notmuch] [PATCH 1/4] lib/database.cc: Fix function name in comment

Date: Tue, 23 Feb 2010 21:23:00 -0500

To: notmuch@notmuchmail.org

Cc:

From: David Benjamin


notmuch_message_add_filename has a leading underscore in the name.

Signed-off-by: David Benjamin <davidben@mit.edu>
---
 lib/database.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/database.cc b/lib/database.cc
index 2b5b64d..1bb24ec 100644
--- a/lib/database.cc
+++ b/lib/database.cc
@@ -739,7 +739,7 @@ notmuch_database_upgrade (notmuch_database_t *notmuch,
 
     /* Before version 1, each message document had its filename in the
      * data field. Copy that into the new format by calling
-     * notmuch_message_add_filename.
+     * _notmuch_message_add_filename.
      */
     if (version < 1) {
 	notmuch_query_t *query = notmuch_query_create (notmuch, "");
-- 
1.7.0.18.g39b3


Thread: