Menu

#11 two file issues under windows.

Unstable (example)
closed-fixed
None
5
2019-02-15
2019-02-15
Torrero
No

I've fount two file issues. Both under windows.

  1. Can't save file. Becuase of opened handle, rename fails. Solve - move close handle code before saving database;
  2. attaching binary file or text file with CR,LF line-breaks not working - size mismatch. Solve - use '<:raw' in open. binmode will work too.
1 Attachments

Discussion

  • Lester Hightower

    • status: open --> closed-fixed
    • assigned_to: Lester Hightower
     
  • Lester Hightower

    Thank you for the bug reports and the patch. I applied fixes to the development branch and they will be in the next release.

     

Log in to post a comment.