edmund-wagner / junrar

plain java unrar util (former sf project)
Other
186 stars 90 forks source link

Update FileHeader.java #21

Closed vsubhash closed 11 years ago

vsubhash commented 11 years ago

Hi,

I have made a one-line modification to getFileNameString() function.

The function com.github.junrar.rarfile.FileHeader.getFileNameString() blindly returns "\" character as the separator. In Linux and other platforms, the seperator is "/".

Thank you very much for this project.