src/ui/gui/psppire-conf.c: Use GError instead of strerror.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 29 Aug 2020 06:26:23 +0000 (08:26 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 29 Aug 2020 06:26:23 +0000 (08:26 +0200)
commit4cee6fc1f72440698ca8f3f89a71d29e7ee46a0d
tree8c9b1dca9af1c488ec5593ff0370fa52609d3195
parenta6dbf8792e4a17c2cdafa628a8c12236ca5ebf47
src/ui/gui/psppire-conf.c: Use GError instead of strerror.

Apparently the use of strerror was causing problems on certain
platforms.  In this case, since the function being checked provides
a GError argument it makes sense to use that instead.

Closes bug #59034
src/ui/gui/psppire-conf.c