Changeset 24502


Ignore:
Timestamp:
01/07/20 16:39:53 (5 years ago)
Author:
jdquinn
Message:

CHG: One more adjustment based on return type of functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/wrappers/python/io/FetchPythonData.cpp

    r24501 r24502  
    13001300        const char* string=PyUnicode_AsUTF8(py_string);
    13011301        #else
    1302         const char* string=PyString_AsString(py_string);
     1302        char* string=PyString_AsString(py_string);
    13031303        #endif
    13041304        /*copy string (note strlen does not include trailing NULL): */
Note: See TracChangeset for help on using the changeset viewer.