Bugs item #1876349, was opened at 2008-01-21 11:09 Message generated for change (Settings changed) made by ritsch You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1876349...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: externals Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Winfried Ritsch (ritsch)
Assigned to: Martin Peach (mrpeach)
Summary: tcpsend has an signed/unsigned bug
Initial Comment: if a number heigher than 127 is send to tcpsend it says number not in range 0-255, which is not true for 128-255.
Reason is that vars c and d are not defined as unsigned.
I attach a patch to solve the problem
mfg winfried ritsch
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1876349...