Changeset 5207 in orxonox.OLD for trunk/src/lib/util
- Timestamp:
- Sep 19, 2005, 10:00:45 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/helper_functions.cc
r5148 r5207 63 63 const char* isString(const char* STRING, const char* defaultValue) 64 64 { 65 if (STRING != NULL )65 if (STRING != NULL && strlen(STRING) > 0) 66 66 return STRING; 67 67 else
Note: See TracChangeset
for help on using the changeset viewer.