commit | 3333c6c7c868d01cd940a5044cd31eadaea434d5 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Thu Mar 22 10:43:33 2012 +0000 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Thu Mar 22 10:43:33 2012 +0000 |
tree | 5121141e4ae83b792860ca9e253b704126b268dd | |
parent | ae11f08cadf7b3ae01556115efdbce272c0fedb7 [diff] |
Fixed off-by-one in xslt parameter parsing. The problem was introduced in 0.7.44 (r2589) during conversion to complex values. Previously string.len included space for terminating NUL, but with complex values it doesn't.