-
- Téléchargements
Fix EBU STL writing on non-MSVC runtimes
MSVC 2013 and earlier have the _snprintf() function fill fields completely, eliding the NUL character, if the printed string is as long as or longer than the given buffer size. This is not the case in POSIX snprintf(), it always ensures the string is terminated. This causes several fields in GSI to become truncated and contain NUL characters which should not appear there.
parent
d0296618
Branches
Aucune étiquette associée trouvée
Veuillez vous inscrire ou vous se connecter pour commenter