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
477035a4d2
commit
9b2fe0ba77
|
@ -705,7 +705,7 @@ main(int argc, char *argv[])
|
|||
|
||||
print_startup(getpid());
|
||||
|
||||
rb_lib_loop(250);
|
||||
rb_lib_loop(0);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue