Skip to content

[3.0] avoid using wcscat_s

Steve Lhomme requested to merge robUx4/vlc:no-wcscat_s into 3.0.x

It seems it's not available in Windows XP. https://forum.videolan.org/viewtopic.php?f=14&t=164742&p=544877#p544877

_snwprintf was used before but we can't tell if the whole string was appended properly.

Regression introduced in d96742d1 and then ed469a13

Edited by Steve Lhomme

Merge request reports