Changeset 534 for abuse/trunk/src/configuration.cpp
- Timestamp:
- Apr 22, 2011, 7:32:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/configuration.cpp
r512 r534 64 64 return 0; 65 65 66 #ifdef SCADALISP67 strcpy( tmp, symbol_name( k ) );68 #else69 66 strcpy( tmp, lstring_value( symbol_name( k ) ) ); 70 #endif71 67 72 68 for( char *c = tmp; *c; c++ )
Note: See TracChangeset
for help on using the changeset viewer.