diff options
author | root <devnull@localhost> | 1996-02-14 16:11:37 +0000 |
---|---|---|
committer | root <devnull@localhost> | 1996-02-14 16:11:37 +0000 |
commit | 0a1c831d2d0c8513b219c175d38f4d1923572dbf (patch) | |
tree | f05600ce0b8390a48d8830b4d912830fb60a41cd /convertdb.c | |
parent | c1cc9bf1f2f66087193db55501cf97aa84416dc4 (diff) | |
download | librpm-tizen-0a1c831d2d0c8513b219c175d38f4d1923572dbf.tar.gz librpm-tizen-0a1c831d2d0c8513b219c175d38f4d1923572dbf.tar.bz2 librpm-tizen-0a1c831d2d0c8513b219c175d38f4d1923572dbf.zip |
turned on gif support during db conversion
CVS patchset: 257
CVS date: 1996/02/14 16:11:37
Diffstat (limited to 'convertdb.c')
-rw-r--r-- | convertdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/convertdb.c b/convertdb.c index e9e770ffe..450f39e4d 100644 --- a/convertdb.c +++ b/convertdb.c @@ -109,7 +109,7 @@ int convertDB(void) { gif = oldrpmdbGetPackageGif(&olddb, *label, &gifSize); if (gif) { - /*addEntry(dbentry, RPMTAG_GIF, BIN_TYPE, gif, gifSize);*/ + addEntry(dbentry, RPMTAG_GIF, BIN_TYPE, gif, gifSize); free(gif); } |