S_utf16_textfilter() needs FILTER_DATA() to get the filter's state SV.
authorNicholas Clark <nick@ccl4.org>
Wed, 21 Oct 2009 14:19:12 +0000 (15:19 +0100)
committerNicholas Clark <nick@ccl4.org>
Wed, 21 Oct 2009 14:19:12 +0000 (15:19 +0100)
commit89655c2e76bb18695d13f2accf9932e415907f92
tree3365f205eadf67ac6c06d966b1dbb792184237cc
parenta069fd9ed26dbc9a5d8eb94afb3326588c6b5e56
S_utf16_textfilter() needs FILTER_DATA() to get the filter's state SV.

aa6dbd607b0a3d8a wrongly assumed that the filter's state SV was the SV passed
in as an argument to the filter read function.
toke.c