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
..
2020-08-26 23:01:58 +02:00
2017-11-17 19:37:45 +01:00
2020-08-26 23:01:58 +02:00
2019-06-03 02:27:43 +02:00
2020-08-26 23:01:58 +02:00
2020-08-26 23:01:58 +02:00
2018-03-14 00:00:57 +01:00