[PD-cvs] pd/src d_soundfile.c,1.4.4.3,1.4.4.4

Tim Blechmann timblech at users.sourceforge.net
Wed Nov 24 15:31:24 CET 2004


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

Modified Files:
      Tag: devel_0_38
	d_soundfile.c 
Log Message:
fixed helper thread launch problem

Index: d_soundfile.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/d_soundfile.c,v
retrieving revision 1.4.4.3
retrieving revision 1.4.4.4
diff -C2 -d -r1.4.4.3 -r1.4.4.4
*** d_soundfile.c	22 Nov 2004 20:25:11 -0000	1.4.4.3
--- d_soundfile.c	24 Nov 2004 14:31:21 -0000	1.4.4.4
***************
*** 1081,1085 ****
  
  #ifdef UNIX
!      if (sys_hipriority == 1)
       {
  		 sf_param.sched_priority=sched_get_priority_min(SCHED_RR);
--- 1081,1085 ----
  
  #ifdef UNIX
!      if (sys_hipriority == 1 && getuid() == 0)
       {
  		 sf_param.sched_priority=sched_get_priority_min(SCHED_RR);





More information about the Pd-cvs mailing list