mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
6 lines
63 B
Plaintext
6 lines
63 B
Plaintext
@@
|
|
expression s;
|
|
@@
|
|
- isempty(s) ? NULL : s
|
|
+ empty_to_null(s)
|