Re: [Openslp-devel] [PATCH] simplify interface list parsing
Brought to you by:
jcalcote
|
From: David S. <dls...@us...> - 2012-11-28 18:45:21
|
John,
Thanks. Nick Wagner in private e-mail pointed out that Windows
MSVC may not
have the POSIX strtok_r() but instead uses strtok_s(). I don't have MSVC
to test or work around
this so the second patch ("simplify interface list parsing") may need to
wait for someone
who does, or just leave the original code.
The other two patches are independent of this one, so it can be
safely left out
if needed.
+-DLS
|