aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-misc/salome-gui/files/salome-gui-3.2.6_pyobject.patch')
-rw-r--r--sci-misc/salome-gui/files/salome-gui-3.2.6_pyobject.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-misc/salome-gui/files/salome-gui-3.2.6_pyobject.patch b/sci-misc/salome-gui/files/salome-gui-3.2.6_pyobject.patch
deleted file mode 100644
index 0607ae387..000000000
--- a/sci-misc/salome-gui/files/salome-gui-3.2.6_pyobject.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src3.2.6.orig/GUI_SRC_3.2.6/src/SALOME_PYQT/SALOME_PYQT_GUI/SALOME_PYQT_Module.cxx 2008-09-04 10:20:58.000000000 +0200
-+++ src3.2.6/GUI_SRC_3.2.6/src/SALOME_PYQT/SALOME_PYQT_GUI/SALOME_PYQT_Module.cxx 2008-09-04 10:21:43.000000000 +0200
-@@ -764,7 +764,7 @@
- if ( PyDict_Check( res1 ) ) {
- PyObject* key;
- PyObject* value;
-- int pos = 0;
-+ Py_ssize_t pos = 0;
- while ( PyDict_Next( res1, &pos, &key, &value ) ) {
- // parse the return value
- // it should be a map: {integer:integer}