[PD-cvs] externals/grill/flext/source fllib.cpp,1.42,1.43

Thomas Grill xovo at users.sourceforge.net
Sat Feb 10 04:17:46 CET 2007


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

Modified Files:
	fllib.cpp 
Log Message:
small fix with help file name
fix for Max/MSP


Index: fllib.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/source/fllib.cpp,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** fllib.cpp	2 Nov 2006 00:26:52 -0000	1.42
--- fllib.cpp	10 Feb 2007 03:17:44 -0000	1.43
***************
*** 58,63 ****
  		*t = 0;
  #endif
! 		if(ix < 0)
! 			return del+1;
  
  		strncpy(tmp,name,del-name);
--- 58,67 ----
  		*t = 0;
  #endif
! 		if(ix < 0) {
! 			// eat white space in front of help definition
! 			++del;
! 			while(*del && isspace(*del)) ++del;
! 			return del;
! 		}
  
  		strncpy(tmp,name,del-name);





More information about the Pd-cvs mailing list