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


From: Pawel Kot
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-136-gf877545
Date: Thu, 27 Jan 2011 23:01:06 +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  f8775455ccae8549640629dd7aa657b967adcee8 (commit)
      from  2a77f9722aae2517e3d97511fccaf0540debb63e (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=f8775455ccae8549640629dd7aa657b967adcee8


commit f8775455ccae8549640629dd7aa657b967adcee8
Author: Pawel Kot <address@hidden>
Date:   Fri Jan 28 00:00:53 2011 +0100

    Fix comments to match changed code.

diff --git a/common/cfgreader.c b/common/cfgreader.c
index b40e5e6..ebeb212 100644
--- a/common/cfgreader.c
+++ b/common/cfgreader.c
@@ -998,14 +998,14 @@ static char **get_locations(int *retval)
        homedrive = getenv("HOMEDRIVE");
        homepath = getenv("HOMEPATH");
        systemroot = getenv("SYSTEMROOT");
-       /* 1. %APPDATA%\gnokii\config */
+       /* 1. %APPDATA%\gnokii\gnokii.ini */
        snprintf(path, MAX_PATH_LEN, "%s\\gnokii\\%s", appdata, fname);
        config_file_locations[0] = strdup(path);
        /* old gnokii behaviour */
-       /* 2. %HOMEDRIVE%\%HOMEPATH%\_gnokiirc */
+       /* 2. %HOMEDRIVE%\%HOMEPATH%\gnokii.ini */
        snprintf(path, MAX_PATH_LEN, "%s\\%s\\%s", homedrive, homepath, fname);
        config_file_locations[1] = strdup(path);
-       /* 3. %SYSTEMROOT%\gnokiirc */
+       /* 3. %SYSTEMROOT%\gnokii.ini */
        snprintf(path, MAX_PATH_LEN, "%s\\%s", systemroot, fname);
        config_file_locations[2] = strdup(path);
 

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

Summary of changes:
 common/cfgreader.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]