updated: to the new Ezc API
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@974 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -358,7 +358,12 @@ void thread_sort_tab_run(Info & i)
|
||||
ezc_generator.SkipNewLine(gen_skip_new_line);
|
||||
ezc_generator.RecognizeSpecialChars(gen_use_special_chars);
|
||||
ezc_generator.SetMax(config->ezc_max_elements, config->ezc_max_loop_elements);
|
||||
ezc_generator.Generate(item_run_content, *p);
|
||||
ezc_generator.SetPattern(*p);
|
||||
/*
|
||||
* IMPROVE ME
|
||||
* set variables and blocks (functions are cached)
|
||||
*/
|
||||
ezc_generator.Generate(item_run_content);
|
||||
|
||||
item_print_content(i.out, item_run_content.Str(), thread_info.item_sort_tab[item_sort_index]->content_type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user