From 6b59cd80ce405c370a42e345fdad325813fd13f5 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Thu, 2 Mar 2023 08:55:22 +0200 Subject: Remove a misleading comment The rpmdb "instance" number is not and never was an offset of any kind. --- lib/header.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/header.c b/lib/header.c index 5ef99bb39..c417a8d16 100644 --- a/lib/header.c +++ b/lib/header.c @@ -106,7 +106,7 @@ struct headerToken_s { indexEntry index; /*!< Array of tags. */ int indexUsed; /*!< Current size of tag array. */ int indexAlloced; /*!< Allocated size of tag array. */ - unsigned int instance; /*!< Rpmdb instance (offset) */ + unsigned int instance; /*!< Rpmdb instance */ headerFlags flags; int sorted; /*!< Current sort method */ int nrefs; /*!< Reference count. */ -- cgit v1.2.1