j
k
j a
j l
Rémi Bernon (@rbernon) commented about tools/wmc/write.c:
} else { int n = sprintf(cptr, "\\x%04x", *uc); int n = snprintf(cptr, (7*len + 12) - (cptr - str), "\\x%04x", *uc);
} else {
int n = sprintf(cptr, "\\x%04x", *uc);
int n = snprintf(cptr, (7*len + 12) - (cptr - str), "\\x%04x", *uc);
Same here.
Back to the thread
Back to the list