Fix for issue reported on the mailing list with a Chinese locale and windows. This commit removes a hidden char that should not have been there anyway.
This commit is contained in:
parent
fca0575ad2
commit
7adaceb87a
|
@ -478,7 +478,7 @@ size_t su_memspn(const void *mem, size_t memlen,
|
|||
* of bytes not in @a reject.
|
||||
*
|
||||
* @param mem pointer to memory area
|
||||
* @param memlen size of @a mem in bytes
|
||||
* @param memlen size of @a mem in bytes
|
||||
* @param reject pointer to table containing bytes to reject
|
||||
* @param rejectlen size of @a reject table
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue