$NetBSD: patch-bb,v 1.1 2006/05/29 16:58:18 drochner Exp $ --- src/GridText.c.orig 2004-01-28 20:30:38.000000000 +0100 +++ src/GridText.c @@ -9589,8 +9589,8 @@ PUBLIC int HText_beginInput ARGS3( /* * Set SIZE. */ - if (I->size != NULL) { - f->size = atoi(I->size); + if (I->size != 0) { + f->size = I->size; /* * Leave at zero for option lists. */