]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-rpm5-patchset-8637.patch
- find_lang 1.25 (cleanup, consistency, symlinked catalogs support)
[packages/rpm.git] / rpm-rpm5-patchset-8637.patch
CommitLineData
19de623d
AM
1Index: rpm/rpmdb/rpmdb.c
2--- rpm/rpmdb/rpmdb.c 2007/10/22 02:48:42 1.195
3+++ rpm/rpmdb/rpmdb.c 2007/11/02 03:07:46 1.196
4@@ -3917,7 +3917,7 @@
5 }
6 dbpath = rootdbpath = rpmGetPath(prefix, tfn, NULL);
7 if (!(prefix[0] == '/' && prefix[1] == '\0'))
8- dbpath += strlen(prefix) - 1;
9+ dbpath += strlen(prefix);
10 tfn = _free(tfn);
11
12 /*@-nullpass@*/
This page took 0.021236 seconds and 4 git commands to generate.