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/PROBE_DESIGN/probe_design.cxx

    r6280 r6285  
    18461846 
    18471847        if (!error) { // set pt-server database file to same permissions as pts directory 
    1848             char *dir = strrchr(file,'/'); 
     1848            char *dir = const_cast<char*>(strrchr(file,'/')); 
    18491849            if (dir) { 
    18501850                *dir = 0;