comparison libass/ass_strtod.c @ 33597:2ef9298a81e7

Avoid va_copy, it is not generally available (sometimes it is still called __va_copy), it was missing a matching va_end and this approach is the one given as example in the vsnprintf man page.
author reimar
date Mon, 20 Jun 2011 20:10:28 +0000
parents e64df5862cea
children
comparison
equal deleted inserted replaced
33596:cb7c33804101 33597:2ef9298a81e7