View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001224 | Ecere SDK | compiler:ecc | public | 2020-04-22 06:08 | 2020-04-22 06:08 |
| Reporter | jerome | Assigned To | jerome | ||
| Priority | immediate | Severity | major | Reproducibility | have not tried |
| Status | assigned | Resolution | open | ||
| Product Version | 0.44.15 | ||||
| Target Version | 0.44.16 | ||||
| Summary | 0001224: Improper generated code | ||||
| Description | This line: TSZoomLevel lev = levels[Max(0, Min(level, levels.count-1))]; Is not equivalent as it should be to: int ll = Max(0, Min(level, levels.count-1)); TSZoomLevel lev = levels[ll]; | ||||
| Tags | No tags attached. | ||||