Increase maximum port number from 2^16-1 (65535) to 2^31-1 (2147483647). Fixes issue #3567.

This commit is contained in:
Ansgar Becker
2014-06-03 06:50:06 +00:00
parent 9ecb52afcb
commit b1478d4a27

View File

@ -302,7 +302,7 @@ object connform: Tconnform
Width = 16
Height = 21
Associate = editPort
Max = 65535
Max = 2147483647
TabOrder = 7
Thousands = False
Wrap = True