blob: 6bfd097c0418453c26dfc269bdf536e1c1a796d9 [file] [log] [blame]
--- p11-kit-0.20.3/common/path.c.orig 2014-02-13 07:36:36.000000000 +0000
+++ p11-kit-0.20.3/common/path.c 2014-07-28 06:37:23.659910900 +0000
@@ -187,7 +187,7 @@
return (path[0] == '/')
#ifdef OS_WIN32
- || (path[0] != '\0' && path[1] == ':' && path[2] == '\\')
+ || (path[0] != '\0' && path[1] == ':' && (path[2] == '\\' || path[2] == '/'))
#endif
;
}