1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-16 10:50:18 +03:00
systemd/coccinelle/strjoina.cocci

7 lines
92 B
Plaintext
Raw Permalink Normal View History

@@
expression n, m;
expression list s;
@@
- n = strjoina(m, s, NULL);
+ n = strjoina(m, s);