diff options
author | Andy Lester <andy@petdance.com> | 2005-03-27 09:57:22 -0600 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-03-29 09:38:39 +0000 |
commit | 06b5626a89944244c0525ddbf02b7279497dc8e6 (patch) | |
tree | 2ba8a433af44862452b48e9a3491b744a8e6c17e /regcomp.c | |
parent | 72229eff21be228a89c44e2de40c090d759af214 (diff) | |
download | perl-06b5626a89944244c0525ddbf02b7279497dc8e6.tar.gz |
The core part of :
Subject: [PATCH] Consting seven
Message-ID: <20050327215722.GC20451@petdance.com>
p4raw-id: //depot/perl@24094
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2795,7 +2795,7 @@ Perl_reginitcolors(pTHX) } } else { while (i < 6) - PL_colors[i++] = ""; + PL_colors[i++] = (char *)""; } PL_colorset = 1; } |