Gabriel Marcano b11194397a
use sizeof with snprintf when target is an array (#778)
- GCC warned of a case when the size specified in a snprintf call was
   larger than the size of a target buffer. To fix, when possible use
   sizeof() to match buffer size.
2022-06-23 17:37:19 -03: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
2021-11-14 22:14:53 +01:00
2022-03-22 19:40:47 +01:00
2019-06-03 02:27:44 +02:00
2021-02-05 13:16:01 +01:00
2017-11-17 19:37:45 +01:00
2017-11-17 19:37:45 +01:00