Updated dutch template files
This commit is contained in:
parent
091633fae3
commit
15067205a8
@ -1,10 +1,5 @@
|
||||
$Id$
|
||||
|
||||
WARNING: This code contains unfinished changes, if you use the bbs
|
||||
then do not use this version.
|
||||
This code also contains changes in the hydra code, this
|
||||
is under test.
|
||||
|
||||
|
||||
v0.39.0 09-Oct-2003
|
||||
|
||||
@ -35,6 +30,8 @@ v0.39.0 09-Oct-2003
|
||||
|
||||
examples:
|
||||
Updated English and Spanish menus with the new door settings.
|
||||
Fixed some spelling errors in the Dutch templates.
|
||||
|
||||
|
||||
|
||||
v0.38.0 26-Dec-2002 - 03-Oct-2003
|
||||
|
4
TODO
4
TODO
@ -33,10 +33,6 @@ mbsebbs:
|
||||
U: When the bbs times out during login, the GoodBye functions goes
|
||||
into a loop.
|
||||
|
||||
N: Add switch for single user doors.
|
||||
|
||||
N: Send the doorname instead of "external door" to mbtask.
|
||||
|
||||
X: Better word wrapping or paragraph justification in editor.
|
||||
|
||||
X: E-mail downloads with e-mail verification.
|
||||
|
Binary file not shown.
@ -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);
|
||||
|
Reference in New Issue
Block a user