Garhoogin / NitroPaint

General Purpose DS Sprite, BG, and Texture Editor
BSD 2-Clause "Simplified" License
61 stars 5 forks source link

Crashes when reading from named pipe #1

Open Garhoogin opened 3 years ago

Garhoogin commented 3 years ago

Currently, the program crashes when reading from a named pipe because it determines file size by means of GetFileSize, which does not work on named pipes. This will need to be reworked to accommodate. In this change, I think I might also make the file reading code less everywhere.