From cdf85f6d1eea617707c8cb0f97a810a13ba58a9e Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sat, 10 Oct 1998 06:08:49 +0000 Subject: [PATCH] misc cleanup git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1285 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/FileIO.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/engine/FileIO.c b/src/engine/FileIO.c index 44497e1721..7be7f9ac27 100644 --- a/src/engine/FileIO.c +++ b/src/engine/FileIO.c @@ -143,7 +143,7 @@ static Transaction *readTransaction( int fd, Account *, int token ); static Split *readSplit( int fd, int token ); static char *readString( int fd, int token ); static time_t readDMYDate( int fd, int token ); -static int readTSDate( int fd, Timespec *, int token ); +static int readTSDate( int fd, struct timespec *, int token ); static int writeAccountGroupToFile( char *datafile, AccountGroup *grp ); static int writeGroup( int fd, AccountGroup *grp ); @@ -1206,7 +1206,7 @@ xaccResetWriteFlags (AccountGroup *grp) for( i=0; iacc); + xfer_acc = split->acc; acc_id = -1; if (xfer_acc) acc_id = xfer_acc -> id; INFO_2 ("writeSplit: credit %d \n", acc_id);