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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-548-gad7a41d
Date: Tue, 07 Jan 2014 17:45:08 +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  ad7a41d6774d1a44c824fe47bf6155a187859818 (commit)
      from  72aac3cfd4b75ed194dbf106ef62c76fa42fdb79 (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=ad7a41d6774d1a44c824fe47bf6155a187859818


commit ad7a41d6774d1a44c824fe47bf6155a187859818
Author: Daniele Forsi <address@hidden>
Date:   Tue Jan 7 18:43:52 2014 +0100

    The point can never be NULL here because it's checked before

diff --git a/common/gsm-filetypes.c b/common/gsm-filetypes.c
index badf07a..85e73d0 100644
--- a/common/gsm-filetypes.c
+++ b/common/gsm-filetypes.c
@@ -585,8 +585,7 @@ gn_error gn_file_bitmap_read(char *filename, gn_bmp 
*bitmap, gn_phone *info)
                error = GN_ERR_WRONGDATAFORMAT;
                break;
        }
-
-       if (file) fclose(file);
+       fclose(file);
        return error;
 }
 

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

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


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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