mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-07 17:17:44 +03:00
7 lines
92 B
Plaintext
7 lines
92 B
Plaintext
|
@@
|
||
|
expression n, m;
|
||
|
expression list s;
|
||
|
@@
|
||
|
- n = strjoina(m, s, NULL);
|
||
|
+ n = strjoina(m, s);
|