[PD-cvs] pd/src desire.c,1.1.2.217.2.34,1.1.2.217.2.35

Mathieu Bouchard matju at users.sourceforge.net
Wed Dec 6 04:08:22 CET 2006


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

Modified Files:
      Tag: desiredata
	desire.c 
Log Message:
amd64 fix


Index: desire.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v
retrieving revision 1.1.2.217.2.34
retrieving revision 1.1.2.217.2.35
diff -C2 -d -r1.1.2.217.2.34 -r1.1.2.217.2.35
*** desire.c	6 Dec 2006 01:24:57 -0000	1.1.2.217.2.34
--- desire.c	6 Dec 2006 03:08:18 -0000	1.1.2.217.2.35
***************
*** 7814,7818 ****
  	hashvalue v;
  	post("newest_table = {");
! 	hash_foreach(k,v,newest_table) post("  x%lx -> %5d",(void*)k,(int)v);
  	post("}");
  }
--- 7814,7818 ----
  	hashvalue v;
  	post("newest_table = {");
! 	hash_foreach(k,v,newest_table) post("  x%lx -> %5ld",(void*)k,(long)v);
  	post("}");
  }





More information about the Pd-cvs mailing list