Bugs item #1876349, was opened at 2008-01-21 02:09 Message generated for change (Comment added) made by sf-robot 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: Closed
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
----------------------------------------------------------------------
Comment By: SourceForge Robot (sf-robot)
Date: 2008-02-04 19:20
Message: Logged In: YES user_id=1312539 Originator: NO
This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Martin Peach (mrpeach) Date: 2008-01-21 06:12
Message: Logged In: YES user_id=919007 Originator: NO
Should be OK now...
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1876349...