Garhoogin/NitroPaint

Crashes when reading from named pipe

Garhoogin opened this issue · 0 comments

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.