Fix off-by-one error in array size.

This commit is contained in:
Martin v. Löwis 2001-01-22 08:19:10 +00:00
parent d852e46be4
commit 3af7cc034c
1 changed files with 1 additions and 1 deletions

View File

@ -779,7 +779,7 @@ static struct PyMethodDef xmlparse_methods[] = {
Make it as simple as possible.
*/
static char template_buffer[256];
static char template_buffer[257];
PyObject * template_string=NULL;
static void