Closed runvnc closed 5 years ago
I think the #endif on line 182 of filebrowser.c should be moved above the strcpy block, directly after the getpwuid. I moved it up there but didn't get much of a different result so I guess it needs further investigation.
That Nuklear filebrowser is now removed thanks to the m3u feature.
It looks like file_browser_init in
filebrowser.c
fails to copy thehome
string intobrowser->directory
before callingdir_list
but only has this problem on WIN32.