summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-11-15 17:20:13 +0200
committerPanu Matilainen <pmatilai@redhat.com>2008-11-15 17:20:13 +0200
commit170f5bf7d6ce45142cb750d732a625c168c3f524 (patch)
treefc64f3746eac297fb58a499c62968545b5e64c0c /build
parent32b347aa1f909618d739d611b6bb52cde12c3b30 (diff)
downloadrpm-170f5bf7d6ce45142cb750d732a625c168c3f524.tar.gz
rpm-170f5bf7d6ce45142cb750d732a625c168c3f524.tar.bz2
rpm-170f5bf7d6ce45142cb750d732a625c168c3f524.zip
Eliminate bogus const from fi->apath
Diffstat (limited to 'build')
-rw-r--r--build/files.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/files.c b/build/files.c
index a3ce64b1f..d5888d068 100644
--- a/build/files.c
+++ b/build/files.c
@@ -1248,8 +1248,8 @@ static void genCpioListAndHeader(FileList fl,
rpmfiFlags flags = RPMFI_NOHEADER|RPMFI_NOFILEOWNER;
rpmfi fi;
int fc;
- const char *fn, **apath;
- char *a;
+ const char *fn;
+ char *a, **apath;
/* rpmfiNew() only groks compressed filelists */
headerConvert(h, HEADERCONV_COMPRESSFILELIST);