Skip to content
Snippets Groups Projects
Commit afcf5f7c authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Corrected an error message.

Rev: src/threads.c:1.140
parent 452f4d0a
No related branches found
No related tags found
No related merge requests found
#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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment