Use internal version of rk_unvis
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19343 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -265,7 +265,7 @@ rk_strunvis(char *dst, const char *src)
|
|||||||
|
|
||||||
while ((c = *src++) != '\0') {
|
while ((c = *src++) != '\0') {
|
||||||
again:
|
again:
|
||||||
switch (unvis(dst, (unsigned char)c, &state, 0)) {
|
switch (rk_unvis(dst, (unsigned char)c, &state, 0)) {
|
||||||
case UNVIS_VALID:
|
case UNVIS_VALID:
|
||||||
dst++;
|
dst++;
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user