Skip to content

vfs: bugfix for paths ending with multiple '/'s

danielinux requested to merge vfs_path_bugfix into master

Created by: ichigo663

decrement the index otherwise just the last '/' is removed but not the previous ones.

Merge request reports