mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-13 23:35:30 +00:00
Cleanup for Bug #462.
This commit is contained in:
parent
6471e5ccd4
commit
9fef1efab5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user