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
..
2019-06-03 02:28:26 +02:00
2022-04-16 18:40:47 -04:00