Cleanup for Bug #462.

This commit is contained in:
Michael R Sweet 2014-01-05 03:25:07 +00:00
parent 6471e5ccd4
commit 9fef1efab5

View File

@ -149,7 +149,8 @@ _mxml_vsnprintf(char *buffer, /* O - Output buffer */
if (*format == '%')
{
if (bufptr && bufptr < bufend) *bufptr++ = *format;
if (bufptr && bufptr < bufend)
*bufptr++ = *format;
bytes ++;
format ++;
continue;