]> git.pld-linux.org Git - packages/libimobiledevice.git/blob - libimobiledevice-cython.patch
a13be43a192e661bd72f40f0bfbbba59117709d8
[packages/libimobiledevice.git] / libimobiledevice-cython.patch
1 --- libimobiledevice-1.1.5/cython/lockdown.pxi.orig     2013-03-07 23:05:33.000000000 +0100
2 +++ libimobiledevice-1.1.5/cython/lockdown.pxi  2013-09-01 10:16:46.775583997 +0200
3 @@ -219,7 +219,7 @@
4          cdef:
5              lockdownd_error_t err
6              char* c_session_id = NULL
7 -            bint ssl_enabled
8 +            int ssl_enabled
9              bytes session_id
10          err = lockdownd_start_session(self._c_client, host_id, &c_session_id, &ssl_enabled)
11          try:
This page took 0.100099 seconds and 2 git commands to generate.