[PD-cvs] pd/src x_connective.c,1.9.6.1,1.9.6.2

Russell Bryant russellbryant at users.sourceforge.net
Sun Jan 6 03:42:26 CET 2008


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17188

Modified Files:
      Tag: branch-v0-40-extended
	x_connective.c 
Log Message:
Resolve a compiler warning.  There was an extra argument provided when the
format string did not call for one.


Index: x_connective.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/x_connective.c,v
retrieving revision 1.9.6.1
retrieving revision 1.9.6.2
diff -C2 -d -r1.9.6.1 -r1.9.6.2
*** x_connective.c	4 Nov 2007 18:00:20 -0000	1.9.6.1
--- x_connective.c	6 Jan 2008 02:42:24 -0000	1.9.6.2
***************
*** 1003,1008 ****
          else if (u->u_type == TR_ANYTHING)
              outlet_anything(u->u_outlet, s, argc, argv);
!         else pd_error(x, "trigger: can only convert 's' to 'b' or 'a'",
!             s->s_name);
      }
  }
--- 1003,1007 ----
          else if (u->u_type == TR_ANYTHING)
              outlet_anything(u->u_outlet, s, argc, argv);
!         else pd_error(x, "trigger: can only convert 's' to 'b' or 'a'");
      }
  }





More information about the Pd-cvs mailing list