Szum123321 / textile_backup

Backup Mod for Fabric
https://www.curseforge.com/minecraft/mc-mods/textile-backup
GNU General Public License v3.0
90 stars 31 forks source link

Add replacment of reserved filename chars from comment #82

Closed LilyRose2798 closed 2 years ago

LilyRose2798 commented 2 years ago

Currently, including an invalid filename character in a backup comment can cause unintended behavior (e.g. a comment with a / in it on linux will create the backup inside a nested folder). This change simply changes the existing replacement of #'s within comments into a replacement of any invalid characters.

Szum123321 commented 2 years ago

Thank you