1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-28 11:55:23 +03:00
systemd-stable/coccinelle/strjoina.cocci

7 lines
92 B
Plaintext
Raw Normal View History

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