Skip to content

Commit

Permalink
Use QUVIcode and not "int" from _c_parse method...
Browse files Browse the repository at this point in the history
  • Loading branch information
metal3d committed Nov 21, 2011
1 parent e73db10 commit 62eb742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quvi.pyx
Expand Up @@ -23,7 +23,7 @@ cdef class Quvi:
"""Initialize quvi handle""" """Initialize quvi handle"""
cquvi.quvi_init(&self._c_quvi) cquvi.quvi_init(&self._c_quvi)


cdef int _c_parse(self, char* url): cdef cquvi.QUVIcode _c_parse(self, char* url):
"""Parses given url parameters""" """Parses given url parameters"""
rc = cquvi.quvi_parse(self._c_quvi, url, &self._c_m); rc = cquvi.quvi_parse(self._c_quvi, url, &self._c_m);
return rc return rc
Expand Down

0 comments on commit 62eb742

Please sign in to comment.