Updated dutch template files

This commit is contained in:
Michiel Broek
2003-10-13 14:47:27 +00:00
parent 091633fae3
commit 15067205a8
4 changed files with 8 additions and 9 deletions

View File

@@ -1441,9 +1441,15 @@ int hydra_batch(int role, file_list *to_send)
memcpy(rxbuf + 4, rxzbuf, rxzlen);
rxlen = rxzlen + 4;
} else {
/*
* Send BadPos if uncompress failed, the transmitter should
* resent the block without compression.
*/
Syslog('+', "Hydra: ZIPDATA uncompress error, sending BadPos");
longnum = get_long(rxbuf);
rxstate = HRX_BadPos;
pkttype = H_NOPKT; /* packet has already been processed */
break;
}
}
longnum = get_long(rxbuf);