From afcf5f7c8d81dc15e63db8e617ab055a3f52901b Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Wed, 4 Oct 2000 01:49:15 +0200 Subject: [PATCH] Corrected an error message. Rev: src/threads.c:1.140 --- src/threads.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/threads.c b/src/threads.c index 3804305e05..74f62b8285 100644 --- a/src/threads.c +++ b/src/threads.c @@ -1,5 +1,5 @@ #include "global.h" -RCSID("$Id: threads.c,v 1.139 2000/08/24 04:04:42 hubbe Exp $"); +RCSID("$Id: threads.c,v 1.140 2000/10/03 23:49:15 mast Exp $"); PMOD_EXPORT int num_threads = 1; PMOD_EXPORT int threads_disabled = 0; @@ -866,7 +866,7 @@ void f_mutex_trylock(INT32 args) if(!args) type=0; else - get_all_args("mutex->lock",args,"%i",&type); + get_all_args("mutex->trylock",args,"%i",&type); switch(type) { -- GitLab