mirror of https://github.com/macssh/macssh.git
unsigned short for socks port
This commit is contained in:
parent
467cd18ae0
commit
5e98d4474b
|
@ -1913,7 +1913,7 @@ Boolean EditSession(StringPtr PrefRecordNamePtr)
|
|||
SetTEText(dptr, SessBlockSize, scratchPstring);
|
||||
|
||||
if (!SessPrefsPtr->socksport) SessPrefsPtr->socksport = 1080;
|
||||
NumToString(SessPrefsPtr->socksport, scratchPstring);
|
||||
NumToString((unsigned short)SessPrefsPtr->socksport, scratchPstring);
|
||||
SetTEText(dptr, 67, scratchPstring);
|
||||
|
||||
if (SessPrefsPtr->NetBlockSize <= 512)
|
||||
|
|
Loading…
Reference in New Issue