diff -mru cvssetup/desktop.cc setup/desktop.cc --- cvssetup/desktop.cc Sun Mar 3 17:29:24 2002 +++ setup/desktop.cc Sun Mar 3 17:23:41 2002 @@ -143,7 +143,7 @@ static void make_link (String const &linkpath, String const &title, String const &target) { - String fname = linkpath + "/" + title + ".lnk"; + String fname = backslash(linkpath + "/" + title + ".lnk"); if (_access (fname.cstr_oneuse(), 0) == 0) return; /* already exists */