Reading wtp descriptor works now - at least cisco
FossilOrigin-Name: ee2e8a3fdf9d353237161a0af0148367afc20e8020315108c02154d9df521938
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
* @return 0 if the string is not in UTF8 format, otherwise it is UTF8.
|
||||
*/
|
||||
|
||||
int format_is_utf8(unsigned char *str, size_t len)
|
||||
int format_is_utf8(const unsigned char *str, size_t len)
|
||||
{
|
||||
size_t i = 0;
|
||||
size_t bytes = 0;
|
||||
|
Reference in New Issue
Block a user