summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/be_sync.c
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-04-16 02:30:11 +0200
committerDan McGee <dan@archlinux.org>2011-04-21 03:11:26 +0200
commit442e1420f95ecc6fd1967677c1be5dfed6584542 (patch)
tree42c26edf4408acad0580c543262aee51e8e91c95 /lib/libalpm/be_sync.c
parent3c5661ec3cd5cdf2f1c3101d90789c83786a6897 (diff)
downloadpacman-442e1420f95ecc6fd1967677c1be5dfed6584542.tar.gz
pacman-442e1420f95ecc6fd1967677c1be5dfed6584542.tar.xz
Rename gpgsig struct fields for clarity
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/be_sync.c')
-rw-r--r--lib/libalpm/be_sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/be_sync.c b/lib/libalpm/be_sync.c
index 752ef373..11e28078 100644
--- a/lib/libalpm/be_sync.c
+++ b/lib/libalpm/be_sync.c
@@ -471,7 +471,7 @@ static int sync_db_read(pmdb_t *db, struct archive *archive,
/* we don't do anything with this value right now */
READ_NEXT(line);
} else if(strcmp(line, "%PGPSIG%") == 0) {
- READ_AND_STORE(pkg->pgpsig.encdata);
+ READ_AND_STORE(pkg->pgpsig.base64_data);
} else if(strcmp(line, "%REPLACES%") == 0) {
READ_AND_STORE_ALL(pkg->replaces);
} else if(strcmp(line, "%DEPENDS%") == 0) {