[grisbi-cvs] grisbi/src transaction_list.c,1.26,1.27
Pierre Biava
pbiava at users.sourceforge.net
Sun Dec 7 09:52:30 CET 2008
- Previous message: [grisbi-cvs] grisbi/src gsb_form.c,1.100,1.101
- Next message: [grisbi-cvs] grisbi/po de.po, 1.46, 1.47 grisbi.pot, 1.51, 1.52 POTFILES.in, 1.34, 1.35 zh_CN.po, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2728
Modified Files:
transaction_list.c
Log Message:
correction bug modification sous-opération de virement d'une opération ventilée
Index: transaction_list.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/transaction_list.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- transaction_list.c 29 Nov 2008 18:31:26 -0000 1.26
+++ transaction_list.c 7 Dec 2008 08:52:28 -0000 1.27
@@ -994,6 +994,8 @@
CustomRecord *tmp_record;
record = record -> transaction_records[i];
+ if ( !record )
+ return FALSE;
/* the tmp record will contain the new gchars of columns */
tmp_record = transaction_list_create_record (transaction_number, i);
- Previous message: [grisbi-cvs] grisbi/src gsb_form.c,1.100,1.101
- Next message: [grisbi-cvs] grisbi/po de.po, 1.46, 1.47 grisbi.pot, 1.51, 1.52 POTFILES.in, 1.34, 1.35 zh_CN.po, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list