summaryrefslogtreecommitdiff
path: root/src/unpack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unpack.c')
-rw-r--r--src/unpack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unpack.c b/src/unpack.c
index 07f0d0d24..aeafeeb20 100644
--- a/src/unpack.c
+++ b/src/unpack.c
@@ -1178,7 +1178,7 @@ void process_archive(const char *filename) {
newpossi->arch_is_implicit = possi->arch_is_implicit;
newpossi->arch = possi->arch;
newpossi->verrel= possi->verrel;
- if (possi->verrel != dpkg_relation_none)
+ if (possi->verrel != DPKG_RELATION_NONE)
newpossi->version= possi->version;
else
dpkg_version_blank(&newpossi->version);