Skip to content

Use snprintf where easily possible

Marvin Scholz requested to merge ePirat/vlc:epirat-remove-sprintf-usage into master

Use snprintf to avoid a deprecation warning about sprintf on Darwin platforms.

This just tackles the easy cases, where it is trivial to do so, for now.

Edited by Marvin Scholz

Merge request reports