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-451-ge835e60
Date: Mon, 15 Apr 2013 10:36:39 +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  e835e605fbae472db7d97d445da046d1dd4311a9 (commit)
      from  536cd7547366eff8ea3cbcab2424c2ac0f2206c1 (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=e835e605fbae472db7d97d445da046d1dd4311a9


commit e835e605fbae472db7d97d445da046d1dd4311a9
Author: Daniele Forsi <address@hidden>
Date:   Mon Apr 15 12:35:19 2013 +0200

    Fix previous commit

diff --git a/gnokii/gnokii.c b/gnokii/gnokii.c
index c1ec724..1c32a07 100644
--- a/gnokii/gnokii.c
+++ b/gnokii/gnokii.c
@@ -314,10 +314,10 @@ static int install_log_handler(void)
                        home = 1;
                }
 #endif
-               if (!basepath)
+               if (!basepath) {
                        basepath = ".";
                        path = ".";
-               else {
+               } else {
                        path = calloc(MAX_PATH_LEN, sizeof(char));
                        free_path = 1;
 #ifdef WIN32 /* Windows */

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

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


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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