Show
Ignore:
Timestamp:
01/12/09 11:10:13 (2 years ago)
Author:
westram
Message:
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/stable_5.0/HELP_SOURCE/arb_help2xml.cxx

    r6142 r6287  
    303303    // otherwise returns position behind keyword and sets value of 'keyword' 
    304304 
    305     char *space = strchr(line, ' '); 
     305    const char *space = strchr(line, ' '); 
    306306    if (space && space>line) { 
    307307        keyword = string(line, 0, space-line);