-
- Downloads
In the xpprintf version of format(), revert to the old (rev 1.110) boolean-to-
int conversion so format("%d",true) will return "1" instead of "0" and format("%s",false) returns "0" (doesn't crash).
Please register or sign in to comment
int conversion so format("%d",true) will return "1" instead of "0" and format("%s",false) returns "0" (doesn't crash).