containers / storage

Container Storage Library
Apache License 2.0
558 stars 239 forks source link

chunked: use Fprint instead of Fprintf #1960

Closed giuseppe closed 3 months ago

giuseppe commented 3 months ago

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: https://github.com/containers/storage/issues/1955

openshift-ci[bot] commented 3 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: flouthoc, giuseppe

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/containers/storage/blob/main/OWNERS)~~ [flouthoc,giuseppe] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment