gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-44


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-446-g04e9528
Date: Sat, 23 Mar 2013 10:50:29 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  04e95284144183ecc70a380cf9404cf8dc2503c2 (commit)
      from  1f930a05a997b388c4aecea94a6cd78e22bb6393 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=04e95284144183ecc70a380cf9404cf8dc2503c2


commit 04e95284144183ecc70a380cf9404cf8dc2503c2
Author: Pedro Aguilar <address@hidden>
Date:   Sat Mar 23 11:48:41 2013 +0100

    Fix error message when a sqlite3_prepare_v2() fails

diff --git a/smsd/sqlite.c b/smsd/sqlite.c
index e1c039b..dd98f30 100644
--- a/smsd/sqlite.c
+++ b/smsd/sqlite.c
@@ -167,7 +167,7 @@ GNOKII_API gint DB_Look(const gchar * const phone)
     ret1 = sqlite3_prepare_v2(ppDbOutbox, buf->str, -1, &stmt, NULL);
     if (ret1 != SQLITE_OK) {
         g_print(_("%d: Parsing query %s failed!"), __LINE__, buf->str);
-        g_print(_("Error: %s"), sqlite3_errmsg(ppDbInbox));
+        g_print(_("Error: %s"), sqlite3_errmsg(ppDbOutbox));
         return (SMSD_NOK);
     }
 

-----------------------------------------------------------------------

Summary of changes:
 smsd/sqlite.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]