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

    r6280 r6285  
    524524                    if (!tok_suffix) { 
    525525                        // handle special case where no suffix exists 
    526                         char *end = strchr(probeRegion, 0); 
     526                        const char *end = strchr(probeRegion, 0); 
    527527                        if (end>probeRegion && end[-1] == '-') tok_suffix = ""; 
    528528                    }