/* What the mapping of the previous character was to. If the new
* character has the same mapping, it is squashed from the output (but
* still is included in the count) */
- UV pch = 0xfeedface;
+ UV pch = TR_OOB;
if (grows)
/* Allow for worst-case expansion: Each input byte can become 2.
}
s += len;
- pch = 0xfeedface;
+ pch = TR_OOB;
}
if (grows) {