[grisbi-cvs] [SCM] grisbi branch, master, updated. ca8e28314c44880c1998ec14ec77397cbf46478e

Pierre Biava nobody at users.sourceforge.net
Sat Jul 31 23:42:19 CEST 2010


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  ca8e28314c44880c1998ec14ec77397cbf46478e (commit)
      from  bee095a83b22cd587f27daf9442df74dfd0e1749 (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 ca8e28314c44880c1998ec14ec77397cbf46478e
Author: pbiava <pierre.biava at nerim.net>
Date:   Sat Jul 31 23:41:13 2010 +0200

    deleting gcc compilation warning

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

Changes:
diff --git a/src/plugins/gnucash/gnucash.c b/src/plugins/gnucash/gnucash.c
index 6469a05..17e5d5e 100644
--- a/src/plugins/gnucash/gnucash.c
+++ b/src/plugins/gnucash/gnucash.c
@@ -834,7 +834,7 @@ struct struct_ope_importation * new_transaction_from_split ( struct gnucash_spli
 
 gboolean node_strcmp ( xmlNodePtr node, gchar * name )
 {
-  return node -> name && ! strcmp ( node -> name, name );
+  return node -> name && ! strcmp ( ( gchar *) node -> name, name );
 }
 
 


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list