Fixed crash if a persistent variable name was more than 126 characters. See #478.

This commit is contained in:
brectanus
2008-04-24 16:40:14 +00:00
parent 5735d5fc63
commit 06eeb7ef04
2 changed files with 21 additions and 6 deletions

View File

@@ -5,6 +5,8 @@
* Macros are now expanded in expirevar and deprecatevar.
* Fixed crash if a persistent variable name was more than 126 characters.
02 Apr 2008 - 2.5.2
-------------------