diff --git a/src/WINNT/client_exp/gui2fs.cpp b/src/WINNT/client_exp/gui2fs.cpp index 37f68f71c1..4cb93b752c 100644 --- a/src/WINNT/client_exp/gui2fs.cpp +++ b/src/WINNT/client_exp/gui2fs.cpp @@ -1027,11 +1027,7 @@ FixNetbiosPath(CString& path) CString nbroot; const char * nbname = NetbiosName(); -#ifdef UNICODE - nbroot.Format(_T("\\\\%S\\"), nbname); -#else nbroot.Format(_T("\\\\%s\\"), nbname); -#endif if (nbroot.CompareNoCase(path) == 0) { path.Append(_T("all\\"));