mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
remove dangerous message
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1239 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
f3d32f27ad
commit
ec1b30f066
@ -482,7 +482,7 @@ readAccount( int fd, AccountGroup *grp, int token )
|
||||
break;
|
||||
}
|
||||
#ifdef DELINT_BLANK_SPLITS_HACK
|
||||
/* This is a dangerous hack, as it can destroy real data. */
|
||||
/* This is dangerous, as it can destroy real data. */
|
||||
{
|
||||
int j=0;
|
||||
Split *s = trans->splits[0];
|
||||
|
Loading…
Reference in New Issue
Block a user