fopen doesn't check for errors in io-gncxml-v2.c & io-example-account.c

Peter O'Gorman peter@pogma.com
Thu, 24 Jan 2002 13:30:47 +0900


Hi,
I was just attempting to get the released 1.6.5 working on my Mac.

When checking to make sure, I discovered that these files fopen 
and then fprint without checking the return value or errno.

Causes a crash for me...

Maybe this is fixed in HEAD?
Haven't checked.

Peter