]> git.ipfire.org Git - pakfire.git/commit
file: Return 0 when the cleanup job is done
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 21 Sep 2021 16:31:53 +0000 (16:31 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 21 Sep 2021 16:31:53 +0000 (16:31 +0000)
commita942166c0a5c2eb00a742f02b3f515e349c48236
tree0dd323e7bb4f0303be51459fea78276ebfc6066c
parenta02be46b92eb66a54f9a692a5571a523e859c7a2
file: Return 0 when the cleanup job is done

r contains the number of characters written to the string which is not
what we want to return.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/file.c