diff options
author | Santiago Gimeno <santiago.gimeno@gmail.com> | 2020-12-28 22:54:04 +0100 |
---|---|---|
committer | Santiago Gimeno <santiago.gimeno@gmail.com> | 2020-12-30 13:13:58 +0100 |
commit | 0101affb68420913ef3f5e0b4525382f8a704c45 (patch) | |
tree | 3aa989b9d84e5ca4770aab06e57b50d85f94fc9f /docs/src | |
parent | f2c88e037cc770e8faff701af6fcceaa51d2a566 (diff) | |
download | libuv-0101affb68420913ef3f5e0b4525382f8a704c45.tar.gz libuv-0101affb68420913ef3f5e0b4525382f8a704c45.zip |
unix: fix uv_uptime() regression
As it was in the original version of
https://github.com/libuv/libuv/pull/3072, `%lf` must be used in
`sscanf()` as the value is being stored in a `double` and not a `float`.
PR-URL: https://github.com/libuv/libuv/pull/3080
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions