diff options
author | Guillem Jover <guillem@debian.org> | 2019-01-15 04:40:33 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-01-22 13:41:54 +0100 |
commit | f94d12b62e0747791ece6400f31a15fddc3a2d5b (patch) | |
tree | d1f3c740d28e99199cd63d33d54c2a9f19a9df35 /debian | |
parent | 4b1b8a20f00a97b1e8e3e9e7ba0183e8f6f0059e (diff) | |
download | dpkg-f94d12b62e0747791ece6400f31a15fddc3a2d5b.tar.gz |
dpkg-query: Rename variable to avoid shadowing a local function
Warned-by: cppcheck
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2a756508f..745a79025 100644 --- a/debian/changelog +++ b/debian/changelog @@ -108,6 +108,7 @@ dpkg (1.19.3) UNRELEASED; urgency=medium declaration. - dpkg: Split trigger processing types into required, try-queued and try-deferred. + - dpkg-query: Rename variable to avoid shadowing a local function. * Build system: - get-version: Use a format string with printf. - run-script: Use $() instead of deprecated ``. |