[PD-cvs] pd/src s_main.c,1.7.4.18,1.7.4.19

Thomas Grill xovo at users.sourceforge.net
Sat Jul 2 00:21:37 CEST 2005


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

Modified Files:
      Tag: devel_0_38
	s_main.c 
Log Message:
fixed typo

Index: s_main.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_main.c,v
retrieving revision 1.7.4.18
retrieving revision 1.7.4.19
diff -C2 -d -r1.7.4.18 -r1.7.4.19
*** s_main.c	16 Jun 2005 12:54:54 -0000	1.7.4.18
--- s_main.c	1 Jul 2005 22:21:34 -0000	1.7.4.19
***************
*** 486,490 ****
      char sbuf[MAXPDSTRING], sbuf2[MAXPDSTRING], *sp;
      char *lastslash; 
! #ifdef UNISTD
      struct stat statbuf;
  #endif
--- 486,490 ----
      char sbuf[MAXPDSTRING], sbuf2[MAXPDSTRING], *sp;
      char *lastslash; 
! #if UNISTD
      struct stat statbuf;
  #endif





More information about the Pd-cvs mailing list