Restored "(..)" = "cycle(..)" for spec sort

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@609 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-08-11 15:47:31 +00:00
parent 68b4be3f4a
commit 2b41abffe6
+2
View File
@@ -242,6 +242,8 @@ String spec_sort(const String& spec, String& input, String& ret) {
} else if (it.keyword(_("cycle("))) {
cycle_sort(it.readParam(_(')')), input, ret);
} else if (it.value == _('(')) {
cycle_sort(it.readParam(_(')')), input, ret);
} else if (it.keyword(_("compound("))) { // compound item
compound_sort(it.readParam(_(')')), input, ret);