- Timestamp:
- 01/07/20 16:39:53 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/python/io/FetchPythonData.cpp
r24501 r24502 1300 1300 const char* string=PyUnicode_AsUTF8(py_string); 1301 1301 #else 1302 c onst char* string=PyString_AsString(py_string);1302 char* string=PyString_AsString(py_string); 1303 1303 #endif 1304 1304 /*copy string (note strlen does not include trailing NULL): */
Note:
See TracChangeset
for help on using the changeset viewer.