aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2022-11-20 18:48:01 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2022-11-20 18:48:01 +0300
commitb92d663430198b5a3a3696b684f93e39be237f78 (patch)
treed1b1dba38f0d57678f016a40aaec008208dee7ec /.github
parent80969817fa948bfff4cdfa53acc96e7ac390af69 (diff)
downloadsciteco-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')
0 files changed, 0 insertions, 0 deletions