On Tue Apr 2 23:00:26 2024 +0000, Rémi Bernon wrote:
Use asprintf here maybe?
`path` is of size `MAX_PATH` but that comes from Win32, the correct Unix define is `PATH_MAX`. I'll fix that, but I'm hesitant to do asprintf since I don't have a way to build or test Android code (and PATH_MAX should be plenty).