[PD-cvs] externals/grill/flext/source flattr_ed.cpp,1.27,1.28

Thomas Grill xovo at users.sourceforge.net
Wed Nov 17 04:30:54 CET 2004


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

Modified Files:
	flattr_ed.cpp 
Log Message:
fix for _long_ attribute dialogs
another fix for the attribute editor


Index: flattr_ed.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/source/flattr_ed.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** flattr_ed.cpp	15 Nov 2004 03:30:59 -0000	1.27
--- flattr_ed.cpp	17 Nov 2004 03:30:50 -0000	1.28
***************
*** 531,535 ****
              th->GetAttrib(sym,gattr,lv);
  
!             char *b = buf;
              for(int i = 0; i < lv.Count(); ++i) {
                  char tmp[100];
--- 531,535 ----
              th->GetAttrib(sym,gattr,lv);
  
!             char *b = buf; *b = 0;
              for(int i = 0; i < lv.Count(); ++i) {
                  char tmp[100];
***************
*** 549,553 ****
              const AtomList &lp = initdata?*initdata:lv;
  
!             char *b = buf;
              for(int i = 0; i < lp.Count(); ++i) {
                  char tmp[256];
--- 549,553 ----
              const AtomList &lp = initdata?*initdata:lv;
  
!             char *b = buf; *b = 0;
              for(int i = 0; i < lp.Count(); ++i) {
                  char tmp[256];





More information about the Pd-cvs mailing list