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

2010-02-23 Thread David Benjamin
notmuch_message_add_filename has a leading underscore in the name.

Signed-off-by: David Benjamin 
---
 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



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

2010-02-23 Thread David Benjamin
notmuch_message_add_filename has a leading underscore in the name.

Signed-off-by: David Benjamin 
---
 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

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch