Fix crash in normal_focus_last_active
authorMaxime Coste <mawww@kakoune.org>
Fri, 5 Jun 2020 03:00:52 +0000 (13:00 +1000)
committerMaxime Coste <mawww@kakoune.org>
Fri, 5 Jun 2020 03:00:52 +0000 (13:00 +1000)
commit21126d29895b84f58cbf446d067b733e8cbae969
tree5cf93a6533d03addbaacc3fb28f2487a7a04b3a9
parentb4588de29229d4e5aaffc27a7ba92c027e38cbef
Fix crash in normal_focus_last_active

g_variant_get was missing a parameter for the string element of
the variant tuple, pass NULL there as we dont care about that value.
src/normal.c