Not defining our own vsnprintf() for char* strings made code switch to C99 stdlib vsnprintf(), which is behaving differently than vsprintf() expects. Signed-off-by: Simon Rozman <simon@rozman.si>
Not defining our own vsnprintf() for char* strings made code switch to C99 stdlib vsnprintf(), which is behaving differently than vsprintf() expects. Signed-off-by: Simon Rozman <simon@rozman.si>