[PD] fixed bugs Krzysztof reported... test version 16 now!

Miller Puckette mpuckett at man104-1.ucsd.edu
Sun Mar 24 18:40:40 CET 2002


Oops, these are real trouble... I've turned out 0.16 to fix these bugs.

cheers
Miller

On Sun, Mar 24, 2002 at 12:51:30PM +0100, Krzysztof Czaja wrote:
> hi,
> 
> _at least_ this patch is needed to enable restarting test15 after quitting:
> 
> --- s_inter.c~	Fri Mar 22 01:49:52 2002
> +++ s_inter.c	Sun Mar 24 12:39:56 2002
> @@ -538,7 +538,7 @@
>   	    	  "'networking' turned on (see Pd's html doc for details.)\n");
>   		exit(1);
>       	    }
> -    	    server.sin_port = ++portno;
> +    	    server.sin_port = htons((unsigned short)++portno);
> 
> Krzysztof
> 
> btw:
> 
> --- g_graph.c~	Wed Mar 13 17:16:44 2002
> +++ g_graph.c	Sun Mar 24 11:36:50 2002
> @@ -688,11 +688,11 @@
>       		    i++, f += x->gl_ytick.k_inc)
>       	    {
>       		int tickpix = (i % x->gl_ytick.k_lperb ? 2 : 4);
> -    		sys_vgui(".x%x.c create line %d %d %d %d -tags %f\n",
> +    		sys_vgui(".x%x.c create line %d %d %d %d -tags %s\n",
> 
> Miller Puckette wrote:
> ...
>  > it.  As always, you feedback is welcome!



More information about the Pd-list mailing list