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-93


From: Pawel Kot
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-93-g682e4c4
Date: Mon, 17 Jan 2011 23:14:02 +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  682e4c451cac8fcd746ee8c662a51763eab5b90a (commit)
      from  02902502ab5925a890c6813b25737b1fd3e4a05d (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=682e4c451cac8fcd746ee8c662a51763eab5b90a


commit 682e4c451cac8fcd746ee8c662a51763eab5b90a
Author: Pawel Kot <address@hidden>
Date:   Tue Jan 18 00:13:54 2011 +0100

    Fix typos.

diff --git a/common/libfunctions.c b/common/libfunctions.c
index fa0f2ac..d1a2d4b 100644
--- a/common/libfunctions.c
+++ b/common/libfunctions.c
@@ -22,7 +22,7 @@
 
   Copyright (C) 1999-2000 Hugh Blemings & Pavel Janík ml.
   Copyright (C) 2001      Chris Kemp
-  Copyrught (C) 2001-2011 Pawel Kot
+  Copyright (C) 2001-2011 Pawel Kot
   Copyright (C) 2002-2003 BORBELY Zoltan
   Copyright (C) 2002      Pavel Machek, Marcin Wiacek
   Copyright (C) 2006      Helge Deller
@@ -101,7 +101,7 @@ static gn_error phoneprofile_load(const char *configname, 
gn_error error, struct
 {
        *state = NULL;
 
-       if (error = GN_ERR_NONE) {
+       if (error == GN_ERR_NONE) {
                /* allocate and initialize data structures */
                *state = malloc(sizeof(**state));
                if (*state) {
@@ -113,7 +113,7 @@ static gn_error phoneprofile_load(const char *configname, 
gn_error error, struct
                        error = GN_ERR_MEMORYFULL;
                }
        }
-       if (GN_ERR_NONE != error) {
+       if (error != GN_ERR_NONE) {
                gn_lib_phoneprofile_free(state);
                gn_lib_library_free();
                return error;

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

Summary of changes:
 common/libfunctions.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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