Index: trunk/src/compat_fs.c =================================================================== --- trunk/src/compat_fs.c (revision 27823) +++ trunk/src/compat_fs.c (revision 27824) @@ -330,7 +330,7 @@ return 1; /* full path without drive and remote paths, e.g. \\workgroup\foo */ - if ((fn[0] == '\\') || (fn[0] == '/'))) + if ((fn[0] == '\\') || (fn[0] == '/')) return 1; return 0;