projects
/
platform
/
upstream
/
rpm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
216eb1c
)
Honor rpmtd type, not tag type, in rpmtdClass() (ticket #25)
author
Panu Matilainen
<pmatilai@redhat.com>
Wed, 28 Jan 2009 11:21:39 +0000
(13:21 +0200)
committer
Panu Matilainen
<pmatilai@redhat.com>
Wed, 28 Jan 2009 11:21:39 +0000
(13:21 +0200)
lib/rpmtd.c
patch
|
blob
|
history
diff --git
a/lib/rpmtd.c
b/lib/rpmtd.c
index
01690d4
..
fc7af73
100644
(file)
--- a/
lib/rpmtd.c
+++ b/
lib/rpmtd.c
@@
-74,7
+74,7
@@
rpmTagType rpmtdType(rpmtd td)
rpmTagClass rpmtdClass(rpmtd td)
{
assert(td != NULL);
- return rpmTag
GetClass(td->tag
);
+ return rpmTag
TypeGetClass(td->type
);
}
int rpmtdGetIndex(rpmtd td)