- Fixed bug #54269 (Short exception message buffer causes crash)

This commit is contained in:
Felipe Pena 2011-05-22 19:06:21 +00:00
parent f5a9e17f9c
commit a6acb1f09e

View File

@ -51,7 +51,7 @@ extern int le_link, le_plink, le_trans;
#define LE_PLINK "Firebird/InterBase persistent link"
#define LE_TRANS "Firebird/InterBase transaction"
#define IBASE_MSGSIZE 256
#define IBASE_MSGSIZE 512
#define MAX_ERRMSG (IBASE_MSGSIZE*2)
#define IB_DEF_DATE_FMT "%Y-%m-%d"