Fix off by one error in erorr reporting

This commit is contained in:
Kurt Zeilenga 2002-06-20 20:46:16 +00:00
parent 03a4901b5f
commit a5f29741a6

View File

@ -22,6 +22,7 @@ static void oc_usage(void);
static void at_usage(void);
static char *const err2text[] = {
"Success",
"Out of memory",
"ObjectClass not found",
"ObjectClass inappropriate SUPerior",