Page 1 of 1

[patch] IO exceptions (filesystem full)

Posted: Thu Aug 05, 2010 11:44 pm
by dl8dtl
I've been quite disappointed recently to lose an hour's work because I didn't
notice the filesystem I was trying to store my files into ran full while I've been
working.

Well, this is C++, the underlying ofstream class already offers it, so it's as simple
as to enable IO exceptions.

Patch can be found here:

http://www.sax.de/~joerg/qcad-ioexceptions.patch

Posted: Wed Aug 11, 2010 5:24 pm
by rvt
he, thanks for that patch!