From 4ae388e0dc3fc922f1bc9889061019fca128c02a Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Wed, 12 Nov 1997 07:08:59 +0000 Subject: [PATCH] oops! fix a nasty bug with reconciled! git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@34 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/RegWindow.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/RegWindow.c b/src/RegWindow.c index b9c2b22a91..7da5662767 100644 --- a/src/RegWindow.c +++ b/src/RegWindow.c @@ -606,8 +606,6 @@ regSaveTransaction( RegWindow *regData, int position ) float val=0.0; /* must be float for sscanf to work */ DEBUG("MOD_PRIC"); - /* ...the price flag ... */ - trans->reconciled = (XbaeMatrixGetCell(regData->reg,row,PRIC_CELL_C))[0]; price = XbaeMatrixGetCell(regData->reg,row,PRIC_CELL_C); sscanf( price, "%f", &val );