https://sourceware.org/bugzilla/show_bug.cgi?id=31527
Nick Clifton <nickc at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
Ever confirmed|0 |1
Last reconfirmed| |2024-04-10
--- Comment #9 from Nick Clifton <nickc at redhat dot com> ---
(In reply to Simon Cook from comment #8)
> 2. Implement an alternative to using PathIsNetworkPathA. From its
> description, I think it might be possible to substitute that call for
> something like `is_network_path = strncmp(filename, "//", 2) == 0 ||
> strncmp(filename, "\\\\", 2) == 0` since I think that's the behaviour we
> actually care about.
>
> Any thoughts?
Simpler is better in my opinion. But since I am not a UNC expert I do not know
if the above test is sufficient. If it is then I would definitely suggest that
we use it.
--
You are receiving this mail because:
You are on the CC list for the bug.