]> git.sesse.net Git - vlc/commit
Win32: canonicalize path separator, avoid isalpha(), remove dead code
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 5 Apr 2009 16:30:30 +0000 (19:30 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 5 Apr 2009 16:30:30 +0000 (19:30 +0300)
commit3e481eab44abfa9e94970bb304f191df7fca9451
tree38a733c551b89fc06c7ebf56ed10f62917ae5d63
parentbeb42fb1741c2ea4eafc7d919396e8be051fbef7
Win32: canonicalize path separator, avoid isalpha(), remove dead code

In principle, isalpha() depends on the locale. As for directory
traversal, we should either add a boolean, or fix it manually in the
caller (on a case-by-case basis).
src/text/strings.c