The root of the issue seems to be calling `BLI_snprintf` with the wrong number of arguments in the `MorePointsForBezierRequired` case. The fix arguably makes things simpler anyway: just use a separate call in each case of the switch.
The root of the issue seems to be calling `BLI_snprintf` with the wrong number of arguments in the `MorePointsForBezierRequired` case. The fix arguably makes things simpler anyway: just use a separate call in each case of the switch.