Changeset 9336 for issm/trunk/src/c/objects/Options/OptionLogical.cpp
- Timestamp:
- 08/12/11 15:45:16 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Options/OptionLogical.cpp
r9320 r9336 77 77 Option::DeepEcho(indent); 78 78 79 strcpy(indent2,indent);79 memcpy(indent2,indent,(strlen(indent)+1)*sizeof(char)); 80 80 strcat(indent2," "); 81 81
Note:
See TracChangeset
for help on using the changeset viewer.