[PD-cvs] externals/hcs folder_list.c,1.3,1.4

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sun Mar 26 23:30:30 CEST 2006


Update of /cvsroot/pure-data/externals/hcs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12026

Modified Files:
	folder_list.c 
Log Message:
fixed typo and warning

Index: folder_list.c
===================================================================
RCS file: /cvsroot/pure-data/externals/hcs/folder_list.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** folder_list.c	26 Mar 2006 21:26:04 -0000	1.3
--- folder_list.c	26 Mar 2006 21:30:28 -0000	1.4
***************
*** 26,30 ****
  {
  	DEBUG(post("folder_list_output"););
! 	t_int i;
  
  	DEBUG(post("globbing %s",x->x_pattern->s_name););
--- 26,30 ----
  {
  	DEBUG(post("folder_list_output"););
! 	unsigned int i;
  
  	DEBUG(post("globbing %s",x->x_pattern->s_name););
***************
*** 73,77 ****
  	post("[folder_list] %s, written by Hans-Christoph Steiner <hans at at.or.at>",version);  
  	/* TODO set current dir of patch as default */
! 	x->x_pattern = gensym("/"));
  
      symbolinlet_new(&x->x_obj, &x->x_pattern);
--- 73,77 ----
  	post("[folder_list] %s, written by Hans-Christoph Steiner <hans at at.or.at>",version);  
  	/* TODO set current dir of patch as default */
! 	x->x_pattern = gensym("/");
  
      symbolinlet_new(&x->x_obj, &x->x_pattern);





More information about the Pd-cvs mailing list