dunno when beos changes the state, but it seems to leave at 0 for a while so I am going to have it be consistent that way
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4163 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d4d7d73937
commit
fb2e95f496
@ -24,7 +24,6 @@ convert_encoding(const char * from, const char * to,
|
||||
}
|
||||
if (*state == 0) {
|
||||
iconv(conversion,0,0,0,0);
|
||||
*state = 1;
|
||||
}
|
||||
input_buffer_t inputBuffer = const_cast<input_buffer_t>(&src);
|
||||
size_t inputLeft = *srcLen;
|
||||
|
Loading…
Reference in New Issue
Block a user