chiark / gitweb /
tree-wide: use sd_id128_is_null() instead of sd_id128_equal where appropriate
[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);