Skip to content

bugfix: should be sprintf here, as printf returns 1

Marek Szuba requested to merge bugfix/throw_sprintf into master

Created by: muffato

Use case

This line currently throws the error message 1. That's not informative

Description

The line is meant to call sprintf, not printf

Benefits

Clear error message

Possible Drawbacks

N/A

Testing

Have you added/modified unit tests to test the changes?

Yes

If so, do the tests pass/fail?

Yes

Have you run the entire test suite and no regression was detected?

Yes

Merge request reports