summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
485fa06)
No functional change intended, but it does silence one of gcc's warnings
given severe enough options.
i = strlen (invo_name) + 2;
/* Now add content type and subtype */
i = strlen (invo_name) + 2;
/* Now add content type and subtype */
- snprintf (bp, buflen, "\n%*.*s(content %s/%s", i, i, "",
+ snprintf (bp, buflen, "\n%*s(content %s/%s", i, "",
ci->ci_type, ci->ci_subtype);
len = strlen (bp);
bp += len;
ci->ci_type, ci->ci_subtype);
len = strlen (bp);
bp += len;