Changeset 6285 for trunk/PROBE_DESIGN/SaiProbeVisualization.cxx
- Timestamp:
- 30/11/09 12:15:54 (2 years ago)
- Files:
-
- 1 modified
-
trunk/PROBE_DESIGN/SaiProbeVisualization.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PROBE_DESIGN/SaiProbeVisualization.cxx
r6280 r6285 524 524 if (!tok_suffix) { 525 525 // handle special case where no suffix exists 526 c har *end = strchr(probeRegion, 0);526 const char *end = strchr(probeRegion, 0); 527 527 if (end>probeRegion && end[-1] == '-') tok_suffix = ""; 528 528 }
