Changeset 14686
- Timestamp:
- 04/22/13 08:08:01 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/ToolkitOptions.cpp
r14662 r14686 22 22 23 23 /*copy options into toolkitoptions:*/ 24 _assert_(tokenlist); 24 25 toolkitoptions= xNew<char>(strlen(options)+1); 25 26 sprintf(toolkitoptions, "%s",options); … … 49 50 50 51 /*First, because tokenizing destroys a string, copy what we have: */ 52 _assert_(tokenlist); 51 53 tokenlistcopy= xNew<char>(strlen(tokenlist)+1); 52 54 sprintf(tokenlistcopy,"%s",tokenlist);
Note:
See TracChangeset
for help on using the changeset viewer.