[PD-cvs] pd/src x_gui.c,1.5,1.5.6.1

Russell Bryant russellbryant at users.sourceforge.net
Sun Jan 6 03:44:01 CET 2008


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

Modified Files:
      Tag: branch-v0-40-extended
	x_gui.c 
Log Message:
Resolve a compiler warning.  cmd is a (const char *), not an int.


Index: x_gui.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/x_gui.c,v
retrieving revision 1.5
retrieving revision 1.5.6.1
diff -C2 -d -r1.5 -r1.5.6.1
*** x_gui.c	3 Jun 2006 19:13:08 -0000	1.5
--- x_gui.c	6 Jan 2008 02:43:59 -0000	1.5.6.1
***************
*** 56,60 ****
      {
          bug("audio dialog too long");
!         bug("%x", cmd);
          return;
      }
--- 56,60 ----
      {
          bug("audio dialog too long");
!         bug("%s", cmd);
          return;
      }





More information about the Pd-cvs mailing list