af_format: prefer strtok_r() over strsep()
strsep() is not POSIX compliant, and thus not supported on some platform. Fix compilation on Solaris.
Showing
Please
register
or
sign in
to comment
strsep() is not POSIX compliant, and thus not supported on some platform. Fix compilation on Solaris.