summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
1cd0962)
and the loop bodies were missing brackets.
fmt_appendcomp(i, name, msgbuf);
}
}
fmt_appendcomp(i, name, msgbuf);
}
}
- while (state == FLDPLUS)
+ while (state == FLDPLUS) {
msg_count = sizeof msgbuf;
state = m_getfld (&gstate, name, msgbuf, &msg_count, tmp);
msg_count = sizeof msgbuf;
state = m_getfld (&gstate, name, msgbuf, &msg_count, tmp);
- while (state == FLDPLUS)
+ while (state == FLDPLUS) {
bufsz = sizeof buf;
state = m_getfld (&gstate, name, buf, &bufsz, zp);
bufsz = sizeof buf;
state = m_getfld (&gstate, name, buf, &bufsz, zp);