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:
Valery Yatsko 2008-04-08 18:09:32 +04:00
parent 477035a4d2
commit 9b2fe0ba77
1 changed files with 1 additions and 1 deletions

View File

@ -705,7 +705,7 @@ main(int argc, char *argv[])
print_startup(getpid());
rb_lib_loop(250);
rb_lib_loop(0);
return 0;
}