changes
This commit is contained in:
parent
ab7218aebf
commit
a099bd46bc
|
@ -43,7 +43,7 @@ Begin
|
|||
WriteLn (' - Exported @' + QwkNet.PacketID + '.rep -> ', QWK.TotalMessages, ' msgs ');
|
||||
WriteLn (' - Connecting via FTP to ' + QWkNet.HostName);
|
||||
|
||||
FTP := TFTPClient.Create;
|
||||
FTP := TFTPClient.Create(bbsCfg.inetInterface);
|
||||
|
||||
If FTP.OpenConnection(QwkNet.HostName) Then Begin
|
||||
writeln('DEBUG connected');
|
||||
|
|
|
@ -3728,4 +3728,8 @@
|
|||
into the Mystic DATA folder so they can be used for node lookups. It also
|
||||
supports merging archived nodelists. See MUTIL.INI for more information.
|
||||
|
||||
+ Mystic's terminal library in Linux will now attempt to detect terminal
|
||||
screen size before switching to 80x25, and will also attempt to restore
|
||||
screen size upon exit.
|
||||
|
||||
<ALPHA 37 RELEASED>
|
||||
|
|
Loading…
Reference in New Issue