Skip to content

Commit 46353dc

Browse files
author
msweet
committed
Cleanup for Bug #462.
git-svn-id: http://svn.msweet.org/mxml/trunk@454 52f9b3e4-c3ee-0310-a999-ee1bd40a8cf0
1 parent 8a2b4a9 commit 46353dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mxml-string.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ _mxml_vsnprintf(char *buffer, /* O - Output buffer */
149149

150150
if (*format == '%')
151151
{
152-
if (bufptr && bufptr < bufend) *bufptr++ = *format;
152+
if (bufptr && bufptr < bufend)
153+
*bufptr++ = *format;
153154
bytes ++;
154155
format ++;
155156
continue;

0 commit comments

Comments
 (0)