rb_lib_loop delay changed from 250 to 0, it really must be set to nil, 'cause there are some additional checks inside libratbox3
This commit is contained in:
parent
7685dd090f
commit
39944e1ff2
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ main(int argc, char *argv[])
|
||||||
|
|
||||||
print_startup(getpid());
|
print_startup(getpid());
|
||||||
|
|
||||||
rb_lib_loop(250);
|
rb_lib_loop(0);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue