[ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
[p5sagit/p5-mst-13.2.git] / opcode.pl
index d138917..43d98ae 100755 (executable)
--- a/opcode.pl
+++ b/opcode.pl
@@ -515,7 +515,7 @@ abs         abs                     ck_fun          fsTu%   S?
 # String stuff.
 
 length         length                  ck_lengthconst  isTu%   S?
-substr         substr                  ck_fun          st@     S S S? S?
+substr         substr                  ck_substr       st@     S S S? S?
 vec            vec                     ck_fun          ist@    S S S
 
 index          index                   ck_index        isT@    S S S?