mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +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)
|