summaryrefslogtreecommitdiff
path: root/doop.c
diff options
context:
space:
mode:
Diffstat (limited to 'doop.c')
-rw-r--r--doop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doop.c b/doop.c
index 5ac79420b0..6db986b86b 100644
--- a/doop.c
+++ b/doop.c
@@ -390,7 +390,7 @@ S_do_trans_invmap(pTHX_ SV * const sv, AV * const invmap)
const bool delete_unfound = cBOOL(PL_op->op_private & OPpTRANS_DELETE);
bool inplace = ! cBOOL(PL_op->op_private & OPpTRANS_GROWS);
const UV* from_array = invlist_array(from_invlist);
- UV final_map;
+ UV final_map = TR_OOB;
bool out_is_utf8 = cBOOL(SvUTF8(sv));
STRLEN s_len;