[PD-cvs] pd/src s_path.c,1.3.4.6.2.7,1.3.4.6.2.8

Mathieu Bouchard matju at users.sourceforge.net
Sun Nov 19 09:02:23 CET 2006


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

Modified Files:
      Tag: devel_0_39
	s_path.c 
Log Message:
fix for 64-bit


Index: s_path.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_path.c,v
retrieving revision 1.3.4.6.2.7
retrieving revision 1.3.4.6.2.8
diff -C2 -d -r1.3.4.6.2.7 -r1.3.4.6.2.8
*** s_path.c	7 Aug 2006 07:07:31 -0000	1.3.4.6.2.7
--- s_path.c	19 Nov 2006 08:02:21 -0000	1.3.4.6.2.8
***************
*** 404,408 ****
  		{
  			long n;
! 			while (sscanf(c,"%999s%n",buf,&n) != EOF)
  			{
  				buf[999] = 0;
--- 404,408 ----
  		{
  			long n;
! 			while (sscanf(c,"%999s%ln",buf,&n) != EOF)
  			{
  				buf[999] = 0;





More information about the Pd-cvs mailing list