[PD-cvs] pd/src g_all_guis.c,1.1.1.4.2.4.2.26,1.1.1.4.2.4.2.27

Mathieu Bouchard matju at users.sourceforge.net
Tue May 4 09:26:58 CEST 2004


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

Modified Files:
      Tag: impd_0_37
	g_all_guis.c 
Log Message:
oops


Index: g_all_guis.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/g_all_guis.c,v
retrieving revision 1.1.1.4.2.4.2.26
retrieving revision 1.1.1.4.2.4.2.27
diff -C2 -d -r1.1.1.4.2.4.2.26 -r1.1.1.4.2.4.2.27
*** g_all_guis.c	4 May 2004 07:15:49 -0000	1.1.1.4.2.4.2.26
--- g_all_guis.c	4 May 2004 07:26:55 -0000	1.1.1.4.2.4.2.27
***************
*** 320,324 ****
  	va_list val;
  	va_start(val,fmt);
- 	fprintf(stderr,"argc=%d argv=%08x fmt=%s\n",argc,argv,fmt);
  	for (i=0; i<argc; i++) {
  		switch (fmt[i]) {
--- 320,323 ----
***************
*** 387,391 ****
  	return 1;
  err:
!         post("WARNING: pd_scanargs failed; fmt=%s, i=%d",fmt,i);
  	return 0;
  }
--- 386,390 ----
  	return 1;
  err:
! 	/* post("WARNING: pd_scanargs failed; fmt=%s, i=%d",fmt,i); */
  	return 0;
  }





More information about the Pd-cvs mailing list