[PD-cvs] externals/mrpeach/net udpsend.c,1.3,1.4

Martin Peach mrpeach at users.sourceforge.net
Mon Dec 4 21:18:08 CET 2006


Update of /cvsroot/pure-data/externals/mrpeach/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3704

Modified Files:
	udpsend.c 
Log Message:
make sure bytes > 127 are not interpreted as negative.


Index: udpsend.c
===================================================================
RCS file: /cvsroot/pure-data/externals/mrpeach/net/udpsend.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** udpsend.c	28 Nov 2006 16:41:51 -0000	1.3
--- udpsend.c	4 Dec 2006 20:18:05 -0000	1.4
***************
*** 109,113 ****
      int            d;
      int            i, j;
!     char           c;
      float          f, e;
      char           *bp;
--- 109,113 ----
      int            d;
      int            i, j;
!     unsigned char  c;
      float          f, e;
      char           *bp;





More information about the Pd-cvs mailing list