UdpSocket: Fix declaration of SourcePath property.
[GB.NET] * BUG: UdpSocket: Fix declaration of SourcePath property.
This commit is contained in:
parent
6612f7639b
commit
e6204f4e5c
1 changed files with 1 additions and 1 deletions
|
@ -766,7 +766,7 @@ GB_DESC CUdpSocketDesc[] =
|
|||
GB_PROPERTY_READ("Status", "i", UdpSocket_Status),
|
||||
GB_PROPERTY_READ("SourceHost", "s", UdpSocket_SourceHost),
|
||||
GB_PROPERTY_READ("SourcePort", "i", UdpSocket_SourcePort),
|
||||
GB_PROPERTY_READ("SourcePath", "i", UdpSocket_SourcePath),
|
||||
GB_PROPERTY_READ("SourcePath", "s", UdpSocket_SourcePath),
|
||||
GB_PROPERTY("TargetHost", "s", UdpSocket_TargetHost),
|
||||
GB_PROPERTY("TargetPort", "i", UdpSocket_TargetPort),
|
||||
GB_PROPERTY("TargetPath", "s", UdpSocket_TargetPath),
|
||||
|
|
Loading…
Reference in a new issue