]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Use loop index instead of get_ccode_pos() for ellipsis parameter
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 18 May 2020 07:31:41 +0000 (09:31 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 19 May 2020 14:54:17 +0000 (16:54 +0200)
commitd14769c92ad4037ec7d95ff524899e9350252cc3
tree1800d57c1598dce6c5617661d1154cfce0dbb87b
parentac125d41323622e4af64bd8903972d03d662ed4e
codegen: Use loop index instead of get_ccode_pos() for ellipsis parameter

Otherwise this will cause an index clash resulting in loosing the first
variable list parameter.

Regression of b1cb7036bee1f21e98e93ac34b31a95eeed32815

Fixes https://gitlab.gnome.org/GNOME/vala/issues/995
codegen/valaccodemethodcallmodule.vala