Latest update.
This commit is contained in:
@@ -24,8 +24,8 @@ static const ERR_STRING_DATA PROP_str_reasons[] = {
|
||||
"not an octal digit"},
|
||||
{ERR_PACK(ERR_LIB_PROP, 0, PROP_R_NOT_A_DECIMAL_DIGIT),
|
||||
"not a decimal digit"},
|
||||
{ERR_PACK(ERR_LIB_PROP, 0, PROP_R_NO_MATCHING_STRING_DELIMETER),
|
||||
"no matching string delimeter"},
|
||||
{ERR_PACK(ERR_LIB_PROP, 0, PROP_R_NO_MATCHING_STRING_DELIMITER),
|
||||
"no matching string delimiter"},
|
||||
{ERR_PACK(ERR_LIB_PROP, 0, PROP_R_NO_VALUE), "no value"},
|
||||
{ERR_PACK(ERR_LIB_PROP, 0, PROP_R_PARSE_FAILED), "parse failed"},
|
||||
{ERR_PACK(ERR_LIB_PROP, 0, PROP_R_STRING_TOO_LONG), "string too long"},
|
||||
|
||||
Reference in New Issue
Block a user