[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_9_3-20-g834d016

Philippe Delorme nobody at users.sourceforge.net
Mon Aug 29 19:52:57 CEST 2011


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 "grisbi".

The branch, master has been updated
       via  834d016e452a13b101ff43b670e08559684f1138 (commit)
      from  6040fc34afb222bfe6476dd2d4df455770221a78 (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 -----------------------------------------------------------------
commit 834d016e452a13b101ff43b670e08559684f1138
Author: Philippe Delorme <philippedelorme at users.sourceforge.net>
Date:   Mon Aug 29 19:51:42 2011 +0200

    Cleanup in gsb_date_get_compiled_time

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

Changes:
diff --git a/src/utils_dates.c b/src/utils_dates.c
index c2cc964..a9e934c 100644
--- a/src/utils_dates.c
+++ b/src/utils_dates.c
@@ -562,10 +562,7 @@ gchar *gsb_date_get_compiled_time ( void )
     GDate *date;
     gchar **tab;
     gchar *str;
-    const gchar *months[] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
-                            "Sep", "Oct", "Nov", "Dec"};
     gint mois = 0;
-    gint i;
 
     str = g_strdup ( __DATE__ );
     if ( g_strstr_len ( str, -1, "  " ) )


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list