Initialise error strings to "" in ZOOM_record_error(). Since the
authormike <mike>
Tue, 28 Nov 2006 17:32:54 +0000 (17:32 +0000)
committermike <mike>
Tue, 28 Nov 2006 17:32:54 +0000 (17:32 +0000)
commit2651e8f396b49af095ea505778498c3e711d9370
treedc53ac0dc5471ccc51cd7afc7c6271155b3b1f3b
parent9140a0be284807f6509e1b3800c6093633940e17
Initialise error strings to "" in ZOOM_record_error().  Since the
underlying ZOOM-C function doesn't set the strings when there's no
error (unlike ZOOM_connection_error()), this situation leaves the
Perl/C interface code trying to marshal junk pointers.
ZOOM.xs