Daniel Silverstone 74791c0229 utils: Belt and braces to satisfy gcc
GCC was upset that it was theoretically possible for this
format string to result in a buffer overrun.  This is because
it could not work out that `i` would never be negative. To
silence the warning, we use %u and cast to unsigned during the
formatting of the output filename.

Signed-off-by: Daniel Silverstone <dsilvers@netsurf-browser.org>
2024-05-24 19:44:40 +01:00
..
2020-05-19 21:01:09 +01:00
2015-07-10 10:48:26 +01:00
2017-03-19 14:27:05 +00:00
2017-03-19 14:27:05 +00:00
2018-09-06 11:33:02 +01:00
2019-10-28 23:50:01 +00:00
2020-02-24 21:01:25 +00:00
2018-08-29 10:24:23 +01:00
2020-02-24 10:28:41 +00:00
2020-02-23 20:59:40 +00:00
2019-10-03 00:28:08 +01:00
2024-03-14 00:05:51 +00:00
2023-03-12 21:38:10 +00:00
2023-03-12 21:38:10 +00:00
2022-10-29 20:30:48 +01:00
2020-06-27 23:30:54 +01:00
2019-12-03 09:41:58 +00:00
2020-05-19 21:01:09 +01:00
2019-11-10 14:36:40 +00:00
2015-07-14 09:12:44 +01:00
2016-04-19 10:36:35 +01:00
2016-07-25 09:04:35 +01:00
2022-05-27 21:47:02 +01:00
2014-11-08 11:38:20 +00:00
2014-11-18 17:16:26 +00:00