[PD-cvs] externals/grill/flext/source flqueue.cpp,1.35,1.36

Thomas Grill xovo at users.sourceforge.net
Wed Dec 14 02:51:38 CET 2005


Update of /cvsroot/pure-data/externals/grill/flext/source
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31944/source

Modified Files:
	flqueue.cpp 
Log Message:
fixed initialization of message bundle items


Index: flqueue.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/source/flqueue.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** flqueue.cpp	12 Dec 2005 00:18:21 -0000	1.35
--- flqueue.cpp	14 Dec 2005 01:51:36 -0000	1.36
***************
*** 261,264 ****
--- 261,265 ----
              for(; m->nxt; m = m->nxt) {}
              m = m->nxt = new Msg;
+             m->Init();
          }
          return m;





More information about the Pd-cvs mailing list