Cleanup: Fix compiler warning

This commit is contained in:
2019-04-02 17:02:10 +02:00
parent f54db0fa05
commit aaae21245e

View File

@@ -472,7 +472,6 @@ static void BLI_path_unc_to_short(wchar_t *unc)
wchar_t tmp[PATH_MAX];
int len = wcslen(unc);
int copy_start = 0;
/* convert:
* \\?\UNC\server\share\folder\... to \\server\share\folder\...
* \\?\C:\ to C:\ and \\?\C:\folder\... to C:\folder\...