chiark / gitweb /
Use "return log_error_errno" in more places"
[elogind.git] / coccinelle / xsprintf.cocci
1 @@
2 expression e, fmt;
3 expression list vaargs;
4 @@
5 - snprintf(e, sizeof(e), fmt, vaargs);
6 + xsprintf(e, fmt, vaargs);