diff options
author | Timothy Flynn <trflynn89@pm.me> | 2022-12-15 17:27:38 -0500 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-12-16 10:06:26 +0100 |
commit | a67ad665b1677b6ba162c39b4ea788ad5ae12bb7 (patch) | |
tree | f62bbdd79005ae6a8df3d3ef9ec3c32115f060bb /AK | |
parent | d4ecdf3ced5709d3ba98a5821ac919c45a8dff0a (diff) | |
download | serenity-a67ad665b1677b6ba162c39b4ea788ad5ae12bb7.zip |
LibLine: Convert strings to time_t using signed conversion methods
The time_t type itself is signed, and the result of this conversion is
always stored as time_t, so let's not use to_uint<>.
Diffstat (limited to 'AK')
0 files changed, 0 insertions, 0 deletions