mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 02:21:44 +03:00
cb60571b31
since we don't expose xsprintf to users.
8 lines
185 B
Plaintext
8 lines
185 B
Plaintext
@@
|
|
position p : script:python() { not p[0].file.startswith("man/") };
|
|
expression e, fmt;
|
|
expression list vaargs;
|
|
@@
|
|
- snprintf@p(e, sizeof(e), fmt, vaargs);
|
|
+ xsprintf(e, fmt, vaargs);
|