Change 5 char tag limit to 255
Changes 5 character maximum tag to 255 characters.
This commit is contained in:
parent
6ccb1a75af
commit
cf5a6fbc82
|
@ -22,7 +22,7 @@
|
|||
#endif
|
||||
|
||||
/* literal key length maximum */
|
||||
#define KEYLEN 5
|
||||
#define KEYLEN 255
|
||||
|
||||
/* return error position (call number of jp_printf) */
|
||||
int
|
||||
|
|
Loading…
Reference in New Issue