[PD-cvs] pd/src g_all_guis.c,1.5,1.5.4.1

Tim Blechmann timblech at users.sourceforge.net
Sun Jan 2 15:49:32 CET 2005


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

Modified Files:
      Tag: devel_0_38
	g_all_guis.c 
Log Message:
fixed empty label bug in cnv


Index: g_all_guis.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/g_all_guis.c,v
retrieving revision 1.5
retrieving revision 1.5.4.1
diff -C2 -d -r1.5 -r1.5.4.1
*** g_all_guis.c	15 Sep 2004 17:00:22 -0000	1.5
--- g_all_guis.c	2 Jan 2005 14:49:24 -0000	1.5.4.1
***************
*** 403,406 ****
--- 403,411 ----
      t_atom *pargv;
  
+ 	/* tb: fix for empty label { */
+ 	if (s == gensym(""))
+ 		s = gensym("empty");
+ 	/* tb } */
+ 
      lab = iemgui_raute2dollar(s);
      iemgui->x_lab_unexpanded = lab;





More information about the Pd-cvs mailing list