diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2022-11-20 18:48:01 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2022-11-20 18:48:01 +0300 |
commit | b92d663430198b5a3a3696b684f93e39be237f78 (patch) | |
tree | d1b1dba38f0d57678f016a40aaec008208dee7ec /.github/workflows/ci.yml | |
parent | 80969817fa948bfff4cdfa53acc96e7ac390af69 (diff) | |
download | sciteco-b92d663430198b5a3a3696b684f93e39be237f78.tar.gz |
teco_qreg_table_set_environ() will now use g_get_environ() instead of g_listenv()
* This is assumed to fix current Windows CI build problems caused by g_getenv() returning NULL
for keys contained in g_listenv(), which is probably a new Glib bug.
* Using g_get_environ() is more efficient since we do not have to repeatedly search
through the environment array with g_getenv().
* Windows 2000 - which supposedly relied on the old code because of its own bugs - is
no longer supported by our minimum Glib version anyway.
Diffstat (limited to '.github/workflows/ci.yml')
0 files changed, 0 insertions, 0 deletions