perl 5.003_07: pod/perlvar.pod
[p5sagit/p5-mst-13.2.git] / 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;