Re: Group fix for 5.003_06
Chip Salzenberg [Thu, 10 Oct 1996 14:33:08 +0000 (14:33 +0000)]
The group problems recently experienced are due to a small error
introduced in 5.003_06.  This patch is required to fix the bug:

mg.c

diff --git a/mg.c b/mg.c
index 934c776..821de5b 100644 (file)
--- a/mg.c
+++ b/mg.c
@@ -551,7 +551,7 @@ MAGIC *mg;
        }
 #endif
        sv_setpv(sv,buf);
-       SvNOK_on(sv);   /* what a wonderful hack! */
+       SvIOK_on(sv);   /* what a wonderful hack! */
        break;
     case '*':
        break;