Replace a stray reference to strtok() with one to wcstok().
This commit is contained in:
parent
f06e69aa03
commit
5179353c30
@ -72,7 +72,7 @@ These tokens are separated in the string by at least one of the
|
||||
characters in
|
||||
.Fa sep .
|
||||
The first time that
|
||||
.Fn strtok
|
||||
.Fn wcstok
|
||||
is called,
|
||||
.Fa str
|
||||
should be specified; subsequent calls, wishing to obtain further tokens
|
||||
|
Loading…
Reference in New Issue
Block a user