diff options
author | jbj <devnull@localhost> | 2002-06-05 20:26:57 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-06-05 20:26:57 +0000 |
commit | 2395582ab025e75aae8f51c8787d34c5c961f88c (patch) | |
tree | 402d3b104849336f2f2bf21973d71a757c97a906 /python/header-py.c | |
parent | 14d95f25f736587e23b5aa8a2302eb5f3b168df9 (diff) | |
download | rpm-2395582ab025e75aae8f51c8787d34c5c961f88c.tar.gz rpm-2395582ab025e75aae8f51c8787d34c5c961f88c.tar.bz2 rpm-2395582ab025e75aae8f51c8787d34c5c961f88c.zip |
- python: portability fiddles (#54350).
- check inodes (but not blocks) on FAT file systems (#64256).
CVS patchset: 5465
CVS date: 2002/06/05 20:26:57
Diffstat (limited to 'python/header-py.c')
-rw-r--r-- | python/header-py.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/header-py.c b/python/header-py.c index e97c075d4..74238c7de 100644 --- a/python/header-py.c +++ b/python/header-py.c @@ -82,7 +82,7 @@ /** \ingroup python */ struct hdrObject_s { - PyObject_HEAD; + PyObject_HEAD Header h; char ** md5list; char ** fileList; |