]> git.ipfire.org Git - thirdparty/systemd.git/blob - coccinelle/strjoina.cocci
meson: print warnings if the "nobody" user/group name is not compatible with the...
[thirdparty/systemd.git] / coccinelle / strjoina.cocci
1 @@
2 expression n, m;
3 expression list s;
4 @@
5 - n = strjoina(m, s, NULL);
6 + n = strjoina(m, s);