mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-12 23:31:50 +00:00
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:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user