diff --git a/QnetLink.cpp b/QnetLink.cpp index 9223a1d..8e6527f 100644 --- a/QnetLink.cpp +++ b/QnetLink.cpp @@ -911,7 +911,7 @@ void CQnetLink::Process() char ip[IP_SIZE + 1]; bool found = false; - usigned char your[3] = { 'C', 'C', 'C' }; + unsigned char your[3] = { 'C', 'C', 'C' }; char cmd_2_dcs[23]; unsigned char dcs_seq[3] = { 0x00, 0x00, 0x00 };