diff options
Diffstat (limited to 'lib/rpmfi.c')
-rw-r--r-- | lib/rpmfi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rpmfi.c b/lib/rpmfi.c index 19a45d3a0..bdc91e3ab 100644 --- a/lib/rpmfi.c +++ b/lib/rpmfi.c @@ -671,8 +671,8 @@ Header relocateFileList(const rpmts ts, rpmfi fi, int numValid; const char ** baseNames; const char ** dirNames; - int_32 * dirIndexes; - int_32 * newDirIndexes; + uint_32 * dirIndexes; + uint_32 * newDirIndexes; int_32 fileCount; int_32 dirCount; uint_32 mydColor = rpmExpandNumeric("%{?_autorelocate_dcolor}"); |