summaryrefslogtreecommitdiff
path: root/doop.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-07-14 11:12:04 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-07-14 11:12:04 +0000
commit48b1b78b0933b5d880b6db350c226d25f610996e (patch)
tree77a9305879c69b1a775f29b1f6fd7c7810fe9521 /doop.c
parentc60d5571b477c5e30d135bb2704d752cb04465a3 (diff)
downloadperl-48b1b78b0933b5d880b6db350c226d25f610996e.tar.gz
typos in change#6399, regen headers
p4raw-link: @6399 on //depot/perl: 01ec43d06089361423d61a40521883bf73e1944a p4raw-id: //depot/perl@6402
Diffstat (limited to 'doop.c')
-rw-r--r--doop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/doop.c b/doop.c
index 5e3318a4a7..d8a0340d65 100644
--- a/doop.c
+++ b/doop.c
@@ -24,10 +24,10 @@
#define HALF_UPGRADE(start,end) \
STMT_START { \
U8* NeWsTr; \
- STRLEN LeN = LeN = (end) - (start); \
+ STRLEN LeN = (end) - (start); \
NeWsTr = bytes_to_utf8(start, &LeN); \
Copy(NeWsTr,start,LeN,U8*); \
- end = (start) + len; \
+ end = (start) + LeN; \
} STMT_END