diff Sources/Autogenerated/sdk_OrthancPluginJob.methods.h @ 142:6288b8132659

replaced "int" by "int32_t" in the SDK to prevent any ABI issue
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 21 Sep 2023 18:18:51 +0200
parents 5643e97d9367
children 0705e324fcc8
line wrap: on
line diff
--- a/Sources/Autogenerated/sdk_OrthancPluginJob.methods.h	Fri Sep 15 13:09:27 2023 +0200
+++ b/Sources/Autogenerated/sdk_OrthancPluginJob.methods.h	Thu Sep 21 18:18:51 2023 +0200
@@ -10,9 +10,9 @@
     return NULL;
   }
 
-  int arg0 = 0;
+  long int arg0 = 0;
 
-  if (!PyArg_ParseTuple(args, "i", &arg0))
+  if (!PyArg_ParseTuple(args, "l", &arg0))
   {
     PyErr_SetString(PyExc_TypeError, "Bad types for the arguments (1 arguments expected)");
     return NULL;