From c48e25635aaafefec0c7761d5310f7d2071fc50c Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 9 Oct 2012 08:50:49 +0200 Subject: fontconfig xserver mesa xkeyboard-config git update 9 oct 2012 fontconfig: e7bfe729ab4cae63ca502291c1fe46cf7152b459 mesa: 63c3a799aecff5348ecec3c4c13355996e4bf820 xserver: 0a75bd640b3dc26b89d9e342999a7f4b7e98edbf xkeyboard-config: 2e9ab8be72b1d0306e5e6e8c33cde51c0c927450 --- fontconfig/src/fcstr.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fontconfig/src') diff --git a/fontconfig/src/fcstr.c b/fontconfig/src/fcstr.c index f505ea665..037960d2f 100644 --- a/fontconfig/src/fcstr.c +++ b/fontconfig/src/fcstr.c @@ -974,6 +974,10 @@ FcStrCanonAbsoluteFilename (const FcChar8 *s) FcMemAlloc (FC_MEM_STRING, size); slash = NULL; f = file; +#ifdef _WIN32 + if (*s == '/' && *(s+1) == '/') /* Network path, do not squash // */ + *f++ = *s++; +#endif for (;;) { if (*s == '/' || *s == '\0') { -- cgit v1.2.3