Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chunked: use Fprint instead of Fprintf
replace Fprintf(file, string) with Fprint(file, string) since the argument is a raw string and it should not be treated as a formatting directive. Closes: containers#1955 Signed-off-by: Giuseppe Scrivano <[email protected]>
- Loading branch information