mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
semi-colon fix
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@916 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
5e5f8cc3ce
commit
92d0d8c74e
@ -354,7 +354,7 @@ char * xaccReadQIFAccList (int fd, AccountGroup *grp, int cat)
|
||||
if (parent) {
|
||||
|
||||
/* trim off the parent account name ... */
|
||||
/* tok += sizeof(char); leave behind the colon ... */
|
||||
tok += sizeof(char); /* get rid of the semi-colon */
|
||||
xaccAccountSetName (acc, str);
|
||||
|
||||
xaccInsertSubAccount( parent, acc );
|
||||
|
Loading…
Reference in New Issue
Block a user