mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-25 23:21:33 +03:00
fbd0b64f44
Let's employ coccinelle to do this for us. Follow-up for #7625.
11 lines
86 B
Plaintext
11 lines
86 B
Plaintext
@@
|
|
constant s;
|
|
@@
|
|
- sizeof(s)-1
|
|
+ STRLEN(s)
|
|
@@
|
|
constant s;
|
|
@@
|
|
- strlen(s)
|
|
+ STRLEN(s)
|