Page 1 of 1

Fixing Format Strings

Posted: Fri Feb 14, 2020 2:46 pm
by plumothy
When siLang fixes format strings it works OK if they are simple ones like '% s' (gets fixed to '%s').

But it does not work for ones which contain an index specifier. So this one '% 0: s' does not get fixed.

Is this by design or is it a bug?

Posted: Sat Feb 15, 2020 4:30 am
by isiticov
This is how it is realized but we will try to improve this.