@@ -1820,7 +1820,7 @@ char *FiosBrowseTo(const FiosItem *item)
case FIOS_TYPE_DIR:
s = strchr(item->name, '\\');
if (s != NULL) *s = '\0';
strcat(path, "\\");
if (path[3]!= '\0' ) strcat(path, "\\");
strcat(path, item->name);
break;
The note is not visible to the blocked user.