mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
generate the selector name in the correct order for selector expressions
This commit is contained in:
parent
e2adc436db
commit
8a431570b8
1 changed files with 1 additions and 0 deletions
|
@ -2108,6 +2108,7 @@ selector_expr (keywordarg_t *selector)
|
||||||
dstring_t *sel_id = dstring_newstr ();
|
dstring_t *sel_id = dstring_newstr ();
|
||||||
dstring_t *sel_types = dstring_newstr ();
|
dstring_t *sel_types = dstring_newstr ();
|
||||||
expr_t *sel;
|
expr_t *sel;
|
||||||
|
selector = (keywordarg_t *) reverse_params ((param_t *) selector);
|
||||||
selector_name (sel_id, selector);
|
selector_name (sel_id, selector);
|
||||||
selector_types (sel_types, selector);
|
selector_types (sel_types, selector);
|
||||||
//printf ("'%s' '%s'\n", sel_id->str, sel_types->str);
|
//printf ("'%s' '%s'\n", sel_id->str, sel_types->str);
|
||||||
|
|
Loading…
Reference in a new issue