[PD-cvs] pd/src kernel.c,1.1.2.90,1.1.2.91

Mathieu Bouchard matju at users.sourceforge.net
Mon Aug 20 10:34:04 CEST 2007


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

Modified Files:
      Tag: desiredata
	kernel.c 
Log Message:
fix for backslash parsing


Index: kernel.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/kernel.c,v
retrieving revision 1.1.2.90
retrieving revision 1.1.2.91
diff -C2 -d -r1.1.2.90 -r1.1.2.91
*** kernel.c	19 Aug 2007 07:06:27 -0000	1.1.2.90
--- kernel.c	20 Aug 2007 08:34:01 -0000	1.1.2.91
***************
*** 1592,1595 ****
--- 1592,1598 ----
  	}
  	if (!lastslash && c == '$' && t!=end && isdigit(*t)) dollar = 1;
+ #if 1
+ 	if (slash&&lastslash) slash=0;
+ #endif
  	if (!slash) buf << c;
      } while (t!=end && (slash || !strchr(" \n\r\t,;",*t)));





More information about the Pd-cvs mailing list