Changeset 6287 for branches/stable_5.0/HELP_SOURCE/arb_help2xml.cxx
- Timestamp:
- 01/12/09 11:10:13 (2 years ago)
- Files:
-
- 1 modified
-
branches/stable_5.0/HELP_SOURCE/arb_help2xml.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable_5.0/HELP_SOURCE/arb_help2xml.cxx
r6142 r6287 303 303 // otherwise returns position behind keyword and sets value of 'keyword' 304 304 305 c har *space = strchr(line, ' ');305 const char *space = strchr(line, ' '); 306 306 if (space && space>line) { 307 307 keyword = string(line, 0, space-line);
