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

    r6143 r6287  
    18491849 
    18501850        if (!error) { // set pt-server database file to same permissions as pts directory 
    1851             char *dir = strrchr(file,'/'); 
     1851            char *dir = const_cast<char*>(strrchr(file,'/')); 
    18521852            if (dir) { 
    18531853                *dir = 0;