You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c20b45f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would be wary.
setlocale(3)
is not thread-safe and, if this is just a wrapper around the libc function, there is a chance of it seriously fucking up VLC.c20b45f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, maybe it is better to leave it there as a comment
c20b45f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would not do that without serious warning. In worst case, people might get random crashes – much harder to debug than explicit errors.
If you really want to fix it, just ask people to download latest version of dkjson until https://code.videolan.org/videolan/vlc/-/merge_requests/3318 is merged.
c20b45f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for being so critical, I removed the whole commits to avoid any confusion.