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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-459-g728c18f
Date: Mon, 15 Apr 2013 13:04:15 +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  728c18f8100be453f267d7a70b693b81d189cc6b (commit)
       via  3e4d8122c7fc8b8b8cfb261d3766627f83092d0d (commit)
      from  00f85fef62c77061b655fb813fc4037d79344ffa (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=728c18f8100be453f267d7a70b693b81d189cc6b


commit 728c18f8100be453f267d7a70b693b81d189cc6b
Author: Daniele Forsi <address@hidden>
Date:   Mon Apr 15 15:02:24 2013 +0200

    Make A_WriteMemoryLocation() more similar to A_DeleteMemoryLocation()

diff --git a/xgnokii/xgnokii_lowlevel.c b/xgnokii/xgnokii_lowlevel.c
index 44d79db..c5f83cb 100644
--- a/xgnokii/xgnokii_lowlevel.c
+++ b/xgnokii/xgnokii_lowlevel.c
@@ -522,7 +522,8 @@ static gint A_WriteMemoryLocation(gpointer data)
        D_MemoryLocation *ml = (D_MemoryLocation *) data;
        gn_data gdat;
 
-       if (!data) return GN_ERR_INTERNALERROR;
+       if (!ml)
+               return GN_ERR_INTERNALERROR;
 
        gn_data_clear(&gdat);
 

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=3e4d8122c7fc8b8b8cfb261d3766627f83092d0d


commit 728c18f8100be453f267d7a70b693b81d189cc6b
Author: Daniele Forsi <address@hidden>
Date:   Mon Apr 15 15:02:24 2013 +0200

    Make A_WriteMemoryLocation() more similar to A_DeleteMemoryLocation()

diff --git a/xgnokii/xgnokii_lowlevel.c b/xgnokii/xgnokii_lowlevel.c
index 44d79db..c5f83cb 100644
--- a/xgnokii/xgnokii_lowlevel.c
+++ b/xgnokii/xgnokii_lowlevel.c
@@ -522,7 +522,8 @@ static gint A_WriteMemoryLocation(gpointer data)
        D_MemoryLocation *ml = (D_MemoryLocation *) data;
        gn_data gdat;
 
-       if (!data) return GN_ERR_INTERNALERROR;
+       if (!ml)
+               return GN_ERR_INTERNALERROR;
 
        gn_data_clear(&gdat);
 

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

Summary of changes:
 xgnokii/xgnokii_lowlevel.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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