Skip to content

Remove usage of sprintf

Florian Uhlig requested to merge f.uhlig/cbmroot:fix_sprintf into master

The function sprintf is marked deprecated with the latest Clang version. Move from sprintf to snprintf.

Merge request reports