[Github-comments] [geany/geany] Fix incorrect mio closing (dad9f88)

Colomban Wendling notifications at xxxxx
Mon Aug 8 22:05:49 UTC 2016


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160808/6d9414bf/attachment.html>


More information about the Github-comments mailing list