Changeset 30 for trunk/src/renetcol.c
- Timestamp:
- 04/20/07 16:31:36 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/renetcol.c
r29 r30 442 442 myPtrs.currentFlowsetNumberPtr, 443 443 myQueue)) < 0 ) { 444 #ifdef DEBUG 444 #ifdef DEBUG 445 445 fprintf (stderr, "w>\n"); 446 446 #endif … … 453 453 curTplOptionPtr, 454 454 myPtrs.currentFlowsetNumberPtr) ) < 0 ) { 455 #ifdef DEBUG 455 #ifdef DEBUG 456 456 fprintf (stderr, "wo>\n"); 457 #endif 457 #endif 458 458 currentFlowsetNumber = myPtrs.currentHeaderV9Ptr->count + 1; 459 459 } 460 } else {460 } else if (currentFlowsetId > 255) { 461 461 if ( (shift = checkDataFlowSet(shift, 462 462 &myPtrs, … … 470 470 currentFlowsetNumber = myPtrs.currentHeaderV9Ptr->count + 1; 471 471 } 472 } else { 473 #ifdef DEBUG 474 fprintf (stderr, "1<<255\n"); 475 #endif 476 currentFlowsetNumber = myPtrs.currentHeaderV9Ptr->count + 1; 472 477 } 473 478 if ( gardeFou > 200) { exit(-1); }