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:
Chris Shoemaker 2006-07-14 01:36:01 +00:00
parent 2c6f584b5e
commit b0076c962d

View File

@ -611,6 +611,11 @@ xaccGetAccountFromFullNameHelper (const AccountGroup *grp,
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 */
temp_str = g_strconcat(name_str, separator, names[1], NULL);
if (str_alloced)