Downloads
Download tar.gz
18.99 KB
MD5: f4ee68ba04b0cd2bee889607145b82ac
SHA-1: f64398da28561d74b434c0ef86e743ae0841aef0
SHA-256: d58604fa5ab301e776fad1b4d5f0bc8c3edc13f27b61df70ae0b9b4702b1a70c
Download zip
20.8 KB
MD5: bfbe26382c6b5267b1d6d6d680a8afc6
SHA-1: 10849d417d43ca2c116166a4de3f94bc3b49b63a
SHA-256: 6aa64b5abd21c1a0396f392a186999506a4b5cb5c597c8e083bbde5b98572c85
Release notes
Fixed unusual and rare case where concatenation with the ternary operator (? :) caused a concatenation priority problem. Fixed by adding parenthesis to explicitly set evaluation order.