Fix dbVerify()'s postfix buffer size

This commit is contained in:
Andrew Johnson
2015-02-18 16:44:07 -06:00
parent dda4eb3a58
commit 804aeafaa7

View File

@@ -45,7 +45,7 @@
int dbStaticDebug = 0;
static char *pNullString = "";
#define messagesize 100
#define RPCL_LEN 184
#define RPCL_LEN INFIX_TO_POSTFIX_SIZE(80)
static char *ppstring[5]={"NPP","PP","CA","CP","CPP"};
static char *msstring[4]={"NMS","MS","MSI","MSS"};