[Gnucash-changes] r14496 - gnucash/trunk/src/engine - Restore a comment that explains the algorithm restored in r14488.
Chris Shoemaker
chris at cvs.gnucash.org
Thu Jul 13 21:36:01 EDT 2006
Author: chris
Date: 2006-07-13 21:36:01 -0400 (Thu, 13 Jul 2006)
New Revision: 14496
Trac: http://svn.gnucash.org/trac/changeset/14496
Modified:
gnucash/trunk/src/engine/Group.c
Log:
Restore a comment that explains the algorithm restored in r14488.
Modified: gnucash/trunk/src/engine/Group.c
===================================================================
--- gnucash/trunk/src/engine/Group.c 2006-07-14 00:57:17 UTC (rev 14495)
+++ gnucash/trunk/src/engine/Group.c 2006-07-14 01:36:01 UTC (rev 14496)
@@ -611,6 +611,11 @@
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)
More information about the gnucash-changes
mailing list