From 011312406096edae98aeb079a12932f2b720e10b Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Mon, 9 Dec 2002 18:30:29 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r284, which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=285 --- pd/src/s_mac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pd/src/s_mac.c') diff --git a/pd/src/s_mac.c b/pd/src/s_mac.c index 9d3c1543..941fa93c 100644 --- a/pd/src/s_mac.c +++ b/pd/src/s_mac.c @@ -321,7 +321,7 @@ void sys_set_priority(int higher) #else /* no priority scheduling, so renice and wish for something better */ int retval; errno = 0; - retval = setpriority(PRIO_PROCESS, 0, (higher? -20 : -19)); + retval = setpriority(PRIO_PROCESS, 0, (higher? 0 : -20)); if (retval == -1 & errno != 0) { perror("setpriority"); -- cgit v1.2.1