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/SaiProbeVisualization.cxx

    r5990 r6287  
    527527                    if (!tok_suffix) { 
    528528                        // handle special case where no suffix exists 
    529                         char *end = strchr(probeRegion, 0); 
     529                        const char *end = strchr(probeRegion, 0); 
    530530                        if (end>probeRegion && end[-1] == '-') tok_suffix = ""; 
    531531                    }