Author :
Peter Hutterer
Date :
2020-06-16 10:34:07
Hash :9b1b0c57 Message :Add a snprintf_safe() helper function
Returns true on success or false on error _or_ truncation. Since truncation is
almost always an error anyway, we might as well make this easier to check.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>