dpkg-deb: Rename r variables for fd_read() call chain return value to rc
commitb52e6078c112c25dd4d8aec848a617f443db04f5
authorGuillem Jover <guillem@debian.org>
Tue, 23 Jan 2024 11:32:43 +0000 (23 12:32 +0100)
committerGuillem Jover <guillem@debian.org>
Wed, 24 Jan 2024 12:03:11 +0000 (24 13:03 +0100)
tree4e86fbda323083886b6ae524837dad7fd6848f32
parent0c03bccd406f56ec186d07c9f21f6e03d23fb6ad
dpkg-deb: Rename r variables for fd_read() call chain return value to rc

We are only interested in the return code, and not the amount read,
so use the slightly more descriptive «rc» name instead if the very
short and generic «r» one.

Changelog: internal
src/deb/extract.c