diff options
| author | Karel Klic <kklic@redhat.com> | 2011-03-09 16:49:41 +0100 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2011-03-09 16:58:28 +0100 |
| commit | 43d84e3f11e46b7c9a042ff338024dfc41bb4f22 (patch) | |
| tree | 783b1122556f15345290ff8b1623812b6e864827 /src/report-python/dump_dir.c | |
| parent | 6ec12db137f2d0fe18f059fcef2390512d0b2c3f (diff) | |
| parent | c2f2a9f310e7b3bc3725cc8dc7e805fd38c7fbbd (diff) | |
| download | abrt-43d84e3f11e46b7c9a042ff338024dfc41bb4f22.tar.gz abrt-43d84e3f11e46b7c9a042ff338024dfc41bb4f22.tar.xz abrt-43d84e3f11e46b7c9a042ff338024dfc41bb4f22.zip | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/report-python/dump_dir.c')
| -rw-r--r-- | src/report-python/dump_dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report-python/dump_dir.c b/src/report-python/dump_dir.c index c8ff3798..96a96fba 100644 --- a/src/report-python/dump_dir.c +++ b/src/report-python/dump_dir.c @@ -193,7 +193,7 @@ static PyMethodDef p_dump_dir_methods[] = { static PyGetSetDef p_dump_dir_getset[] = { /* attr_name, getter_func, setter_func, doc_string, void_param */ - { "name", get_name, NULL /*set_name*/ }, + { (char*) "name", get_name, NULL /*set_name*/ }, { NULL } }; |
