Difference for src/ScriptTcl.C from version 1.116 to 1.117

version 1.116version 1.117
Line 177
Line 177
     return Py_None;     return Py_None;
   int rbool = atoBool(rstring);   int rbool = atoBool(rstring);
   if ( rbool >= 0 )   if ( rbool >= 0 )
     return Py_BuildValue("i", rbool);     return PyBool_FromLong(rbool);
   return Py_BuildValue("s", rstring);   return Py_BuildValue("s", rstring);
 } }
  


Legend:
Removed in v.1.116 
changed lines
 Added in v.1.117



Made by using version 1.53 of cvs2html