We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2176a5 commit 8885cb8Copy full SHA for 8885cb8
1 file changed
src/dbr.c
@@ -750,7 +750,7 @@ static PyObject * CreatePyLocalizationResult(LocalizationResult * pResult)
750
PyObject * pyX1Key = Py_BuildValue("s", "X1");
751
PyDict_SetItem(pyResult, pyX1Key, pyX1);
752
753
- PyObject * pyY1 = Py_BuildValue("i", pResult->y2);
+ PyObject * pyY1 = Py_BuildValue("i", pResult->y1);
754
PyObject * pyY1Key = Py_BuildValue("s", "Y1");
755
PyDict_SetItem(pyResult, pyY1Key, pyY1);
756
@@ -3599,4 +3599,4 @@ void initdbr(void)
3599
#if defined(IS_PY3K)
3600
return module;
3601
#endif
3602
-}
+}
0 commit comments