bleenco / binfs

Library for embedding binary or text files into C++ programs
MIT License
24 stars 3 forks source link

fix absolute filepaths for embedded files #4

Closed irispete closed 2 years ago

irispete commented 2 years ago

This fixes an issue where the lib was prepending absolute paths with a "./" and was then unable to open the file.