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
2022-01-08 19:07:53 -05:00
2022-02-21 23:57:02 -06:00
2021-10-09 11:13:51 +02:00
2019-06-03 02:28:26 +02:00
2020-08-26 23:01:58 +02:00
2020-08-26 23:01:58 +02:00
2017-11-17 19:37:45 +01:00