]> git.ipfire.org Git - thirdparty/vala.git/commit
glib-2.0: Reset errno before calling strto*() functions. af236c9595e80803ff0e9b38b352e6a5153f4985 94/head
authorJeremy Philippe <jeremy.philippe@gmail.com>
Fri, 3 Jan 2020 23:41:37 +0000 (00:41 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 6 Jan 2020 08:34:27 +0000 (09:34 +0100)
commitaf236c9595e80803ff0e9b38b352e6a5153f4985
tree8938a53bb82d09cb1c510e3e4943ce78ab45e988
parent1384dd0bac5a93721e1ca11efed51fba4cb050ed
glib-2.0: Reset errno before calling strto*() functions.

Standard library functions only set errno on error and these particular
functions return an "in-band" error indicator (the error indicator is
also a normal return value).
vapi/glib-2.0.vapi