diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-11 08:03:03 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-11 08:03:03 +0000 |
commit | d04ff51e6b5e54b835a6e38cc4037da588963d3b (patch) | |
tree | ae5b944032a0f0e5e9a3cb965d193d77beb95316 /perl.h | |
parent | 9b47c5f687ab54e29d31f118522dc9feadcc60d8 (diff) | |
download | perl-d04ff51e6b5e54b835a6e38cc4037da588963d3b.tar.gz |
Missing % in format string
p4raw-id: //depot/perl@28993
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3969,7 +3969,7 @@ EXTCONST char PL_no_usym[] EXTCONST char PL_no_aelem[] INIT("Modification of non-creatable array value attempted, subscript %d"); EXTCONST char PL_no_helem_sv[] - INIT("Modification of non-creatable hash value attempted, subscript \""SVf"\""); + INIT("Modification of non-creatable hash value attempted, subscript \"%"SVf"\""); EXTCONST char PL_no_modify[] INIT("Modification of a read-only value attempted"); EXTCONST char PL_no_mem[] |