Import ncpfs 0.21

This commit is contained in:
ncpfs archive import
2026-04-28 20:39:58 +02:00
parent 6cb56005ea
commit 92f749a943
6 changed files with 34 additions and 9 deletions

View File

@@ -407,7 +407,7 @@ ncp_read_volume_list(struct ncp_server *server, int fpos, int cache_size)
if (ncp_get_volume_info_with_number(server, i, &info) != 0)
{
return total_count;
return (total_count - fpos);
}
if (strlen(info.volume_name) > 0)