From 70a37327e56146dc411b4d361d0e6c0465aec80f Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Fri, 25 Oct 2002 17:04:52 +0000 Subject: fiddling with build system svn path=/trunk/externals/ggee/; revision=197 --- signal/streamout~.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'signal/streamout~.c') diff --git a/signal/streamout~.c b/signal/streamout~.c index 6e76b36..f691860 100755 --- a/signal/streamout~.c +++ b/signal/streamout~.c @@ -101,7 +101,8 @@ static void streamout_connect(t_streamout *x, t_symbol *hostname, t_floatarg fpo int sockfd; int portno = fportno; x->hostname = hostname; - x->portno = (int) fportno; + if (!fportno) x->portno = 4267; + else x->portno = (int) fportno; x->x_tag.count = 0; -- cgit v1.2.1