lanurmi / efte

eFTE is a fork of FTE -- Folding Text Editor
GNU General Public License v2.0
30 stars 11 forks source link

Fix assert crash when going to last bookmark saved. #98

Closed dmcbride closed 8 years ago

lanurmi commented 8 years ago

Scary, the assert condition has attempted to remove a file.

dmcbride commented 8 years ago

And that is why it took me a bit to find it ... it was a wtf moment for sure :)

I would suggest going further here and moving the Remove to outside the assert, otherwise Remove isn't getting called at all if NDEBUG is defined.