[grisbi-devel] Grisbi 1.0.0
Thierry Thomas
thierry at pompo.net
Wed Mar 19 21:27:19 CET 2014
Le lun 17 mar 14 à 20:38:55 +0100, Pierre Biava <pierre.biava at nerim.net>
écrivait :
> Bonsoir,
Bonsoir,
> Voila la version 1.0.0 de grisbi est disponible sur SF. Il reste à
> s'occuper des différents packages à mettre à disposition des utilisateurs.
Il y a trois petites erreurs dans les fichiers de messages :
gsb_data_budget.c:1300:65: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
tmpstr = g_strdup_printf ( _("The transaction %d has a budget n<B0>%d and sub-budget n<B0>%d but they don't exist."),
gsb_data_category.c:1439:67: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
tmpstr = g_strdup_printf ( _("The transaction %d has a category n<B0>%d and sub-category n<B0>%d but they don't exist."),
gsb_data_payee.c:770:64: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
tmpstr = g_strdup_printf ( _("The transaction %d has a payee n<B0>%d but it doesn't exist."),
Et plus grave, un ";" qui fausse la logique :
bet_data.c:446:35: warning: if statement has empty body [-Wempty-body]
else if ( sub_div_nb > 0 );
else if ( sub_div_nb > 0 );
{
sub_key = utils_str_itoa ( sub_div_nb );
if ( g_hash_table_lookup ( shd -> sub_div_list, sub_key ) )
return_val = TRUE;
g_free ( sub_key );
}
le bloc "else" est donc ignoré.
(Désolé, j'avais pourtant testé la 0.9.99, mais je n'avais pas prêté
attention à ça...)
À +
--
Th. Thomas.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://listes.grisbi.org/pipermail/devel/attachments/20140319/1cac2f4f/attachment.sig>
More information about the devel
mailing list