still incorrect, the problem is that you changed `FILE *fp = tempFile ("w", 
&tempName);` to `MIO *mio = tempFile ("w", &tempName);`, but `tempFile()` still 
returns a `FILE*`, not a `MIO*`.
The proper fix is just to undo those 2 lines in 
967b572240513689fc2f6f9aefa929e7d54f6bfc

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/commit/dad9f887213253f1743c25884ebaa5812cec8c63#commitcomment-18566093

Reply via email to