Parcourir la source

interrogate is fixed now

David Rose il y a 21 ans
Parent
commit
3343d168e1
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. 1 3
      direct/src/distributed/cConnectionRepository.cxx

+ 1 - 3
direct/src/distributed/cConnectionRepository.cxx

@@ -142,9 +142,7 @@ check_datagram() {
       // structure, to support legacy code that expects to find it
       // there.
       if (_python_repository != (PyObject *)NULL) {
-          // Dave Needs to fix interage.. 
-        PyObject *value = PyInt_FromLong(_msg_sender);
-//        PyObject *value = PyLong_FromUnsignedLongLong(_msg_sender);
+        PyObject *value = PyLong_FromUnsignedLongLong(_msg_sender);
         PyObject_SetAttrString(_python_repository, "msgSender", value);
         Py_DECREF(value);
       }