Import ncpfs 0.13

This commit is contained in:
ncpfs archive import
2026-04-28 20:39:57 +02:00
parent 1ee60bade6
commit d31ec2ab61
12 changed files with 120 additions and 72 deletions

View File

@@ -583,7 +583,7 @@ ncp_read(struct ncp_server *server, const char *file_id,
*bytes_read = ntohs(ncp_reply_word(server, 0));
memcpy_tofs(target, ncp_reply_data(server, 2), *bytes_read);
memcpy_tofs(target, ncp_reply_data(server, 2+(offset&1)), *bytes_read);
ncp_unlock_server(server);
return 0;