diff options
author | jbj <devnull@localhost> | 2002-12-29 01:06:58 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-12-29 01:06:58 +0000 |
commit | 817a6d983661b3d0ade1159238ea774f93cb7806 (patch) | |
tree | 1cd19bb619c24b16aa077eabc82d1686118b9ea4 /build/rpmfc.c | |
parent | d7a0ee2ca85c99ee49cd2110c027e0f09ef1795e (diff) | |
download | librpm-tizen-817a6d983661b3d0ade1159238ea774f93cb7806.tar.gz librpm-tizen-817a6d983661b3d0ade1159238ea774f93cb7806.tar.bz2 librpm-tizen-817a6d983661b3d0ade1159238ea774f93cb7806.zip |
- add rpmfi methods to access color, class, and dependencies.
CVS patchset: 5981
CVS date: 2002/12/29 01:06:58
Diffstat (limited to 'build/rpmfc.c')
-rw-r--r-- | build/rpmfc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpmfc.c b/build/rpmfc.c index 89da6235d..0b8aedc0e 100644 --- a/build/rpmfc.c +++ b/build/rpmfc.c @@ -1472,7 +1472,7 @@ assert(EVR != NULL); c = argiCount(fc->fcolor); assert(ac == c); if (p != NULL && c > 0) - xx = headerAddEntry(pkg->header, RPMTAG_FILECOLOR, RPM_INT32_TYPE, + xx = headerAddEntry(pkg->header, RPMTAG_FILECOLORS, RPM_INT32_TYPE, p, c); /* Add classes(#classes) */ |