Changeset 6285 for trunk/HELP_SOURCE/arb_help2xml.cxx
- Timestamp:
- 30/11/09 12:15:54 (2 years ago)
- Files:
-
- 1 modified
-
trunk/HELP_SOURCE/arb_help2xml.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/HELP_SOURCE/arb_help2xml.cxx
r6141 r6285 312 312 // otherwise returns position behind keyword and sets value of 'keyword' 313 313 314 c har *space = strchr(line, ' ');314 const char *space = strchr(line, ' '); 315 315 if (space && space>line) { 316 316 keyword = string(line, 0, space-line);
