[PD-cvs] pd/src m_conf.c,1.1.1.3.12.5,1.1.1.3.12.6

Mathieu Bouchard matju at users.sourceforge.net
Sun Jul 2 02:51:12 CEST 2006


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

Modified Files:
      Tag: devel_0_39
	m_conf.c 
Log Message:
need to init m_hash.c too


Index: m_conf.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_conf.c,v
retrieving revision 1.1.1.3.12.5
retrieving revision 1.1.1.3.12.6
diff -C2 -d -r1.1.1.3.12.5 -r1.1.1.3.12.6
*** m_conf.c	23 Apr 2006 06:48:31 -0000	1.1.1.3.12.5
--- m_conf.c	2 Jul 2006 00:51:10 -0000	1.1.1.3.12.6
***************
*** 16,19 ****
--- 16,20 ----
      S(desire)
      S(m_obj)
+     S(hash)
  #else
      S(g_bang) S(g_hradio) S(g_hslider) S(g_mycanvas) S(g_numbox)
***************
*** 32,35 ****
--- 33,37 ----
  void conf_init(void) {
  #ifdef DESIRE
+     S(hash)
      S(m_obj)
  #endif





More information about the Pd-cvs mailing list