Show
Ignore:
Timestamp:
30/11/09 12:15:54 (2 years ago)
Author:
baderk
Message:

Karmic Koala (gcc 4.4.1) patch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/HELP_SOURCE/arb_help2xml.cxx

    r6141 r6285  
    312312    // otherwise returns position behind keyword and sets value of 'keyword' 
    313313 
    314     char *space = strchr(line, ' '); 
     314    const char *space = strchr(line, ' '); 
    315315    if (space && space>line) { 
    316316        keyword = string(line, 0, space-line);