mirror of
https://github.com/ApfelTeeSaft/vanilla.git
synced 2026-08-26 19:33:44 +00:00
pipe: don't use fprintf for string without format [skip ci]
This commit is contained in:
+1
-1
@@ -1152,7 +1152,7 @@ int install_polkit()
|
||||
FILE *rule = fopen(POLKIT_RULE_DST, "w");
|
||||
if (action && rule) {
|
||||
fprintf(action, ACTION_TEMPLATE, exe);
|
||||
fprintf(rule, RULE_TEMPLATE);
|
||||
fputs(RULE_TEMPLATE, rule);
|
||||
ret = VANILLA_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user