mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Restore a comment that explains the algorithm restored in r14488.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14496 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
2c6f584b5e
commit
b0076c962d
@ -611,6 +611,11 @@ xaccGetAccountFromFullNameHelper (const AccountGroup *grp,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* If we are here, we didn't find anything and there
|
||||||
|
* must be more separators. So, continue looking with
|
||||||
|
* a longer name, in case there is a name with the
|
||||||
|
* separator character in it. */
|
||||||
|
|
||||||
/* Build the new name string */
|
/* Build the new name string */
|
||||||
temp_str = g_strconcat(name_str, separator, names[1], NULL);
|
temp_str = g_strconcat(name_str, separator, names[1], NULL);
|
||||||
if (str_alloced)
|
if (str_alloced)
|
||||||
|
Loading…
Reference in New Issue
Block a user