Pk11 5aaac66eef Use sizeof in snprintf where possible, ensure UTF_BUFFER_BYTESIZE
This commit looks a lot bigger than it really is, I noticed a couple spots where with these issues so I ran a regex to find all possible occurrences and switched all that could be, after manually ensuring it was actually correct

Using sizeof on the buffer (as long as the buffer is a char *array*, not a pointer!!) greatly reduces the chance of something having the wrong size because of a later change to the buffer, notably a couple snprintfs were missed in the UTF_BUFFER_BYTESIZE change
2023-04-15 12:54:02 +02:00
..
2023-04-15 12:54:02 +02:00
2019-10-11 16:24:08 +02:00
2020-08-26 23:01:58 +02:00
2019-09-29 19:53:29 +02:00
2018-02-07 00:43:21 +01:00
2020-08-26 23:01:58 +02:00
2018-02-07 00:43:21 +01:00
2020-08-26 23:01:58 +02:00
2017-11-17 19:37:45 +01:00
2020-08-26 23:01:58 +02:00
2017-11-17 19:37:45 +01:00
2020-08-26 23:01:58 +02:00
2017-11-17 19:37:45 +01:00