Query
Friday 31 December 2021
2021-12-31 12:29:30 (2 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/pike_types.cmod (+21/-13)(34 lines)
branch: master
Compiler [Typechecker]: Fix indexing of arrays with strings.
Due to the string length being part of the string type, the
old method started failing for strings with known lengths.
Fixes multiple warnings.