mirror of
https://gitea.psi.ch/ELOG/mxml.git
synced 2026-09-13 03:38:02 +00:00
Changed '*p++' to 'p++'
This commit is contained in:
parent
2f3edffda0
commit
6e9bd4a774
2
mxml.c
2
mxml.c
@ -1118,7 +1118,7 @@ PMXML_NODE mxml_parse_buffer(char *buf, char *error, int error_size)
|
|||||||
end_element = FALSE;
|
end_element = FALSE;
|
||||||
|
|
||||||
/* found new element */
|
/* found new element */
|
||||||
*p++;
|
p++;
|
||||||
while (*p && isspace(*p)) {
|
while (*p && isspace(*p)) {
|
||||||
if (*p == '\n')
|
if (*p == '\n')
|
||||||
line_number++;
|
line_number++;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user