diff options
| -rw-r--r-- | cython/plist.pyx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cython/plist.pyx b/cython/plist.pyx index 4365d7b..dce5bec 100644 --- a/cython/plist.pyx +++ b/cython/plist.pyx | |||
| @@ -779,7 +779,7 @@ cdef object plist_t_to_node(plist_t c_plist, bint managed=True): | |||
| 779 | if t == PLIST_UINT: | 779 | if t == PLIST_UINT: |
| 780 | return Integer_factory(c_plist, managed) | 780 | return Integer_factory(c_plist, managed) |
| 781 | if t == PLIST_KEY: | 781 | if t == PLIST_KEY: |
| 782 | return Integer_factory(c_plist, managed) | 782 | return Key_factory(c_plist, managed) |
| 783 | if t == PLIST_REAL: | 783 | if t == PLIST_REAL: |
| 784 | return Real_factory(c_plist, managed) | 784 | return Real_factory(c_plist, managed) |
| 785 | if t == PLIST_STRING: | 785 | if t == PLIST_STRING: |
