aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.xs')
-rw-r--r--URPM.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM.xs b/URPM.xs
index 967b8e6..1bab88c 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -1825,7 +1825,7 @@ rpmdb_convert(const char *prefix, int dbtype, int swap, int rebuild) {
case RPMDBI_AVAILABLE:
case RPMDBI_ADDED:
case RPMDBI_REMOVED:
- case RPMDBI_DEPCACHE:
+ case RPMDBI_DEPENDS:
case RPMDBI_BTREE:
case RPMDBI_HASH:
case RPMDBI_QUEUE:
' href='#n15'>15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46