
08.09.2012, 14:29
|
|
|
listener
модератор форума
Регистрация: Jun 2006
Сообщений: 3,260
|
Цитата:
/* Attempt to get an unused RID (max tires is 250...yes that it is
and arbitrary number I pulkled out of my head). -- jerry */
for ( i=0; allocated_rid==0 && i<250; i++ ) {
/* get a new RID */
.....
}
|
оффтопом примерчик.
|