- Timestamp:
- 06/17/09 16:57:47 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dataFlowSet.c
r111 r112 1235 1235 paddingCounter++; 1236 1236 #ifdef DEBUG 1237 fprintf(stderr,", pC: %d ", paddingCounter); 1237 fprintf(stderr,", pC: %d ", paddingCounter); 1238 #endif 1238 1239 if ( paddingCounter > 8 ) { 1239 1240 syslog(LOG_INFO,"padding too high: %d ", paddingCounter); 1241 #ifdef DEBUG 1240 1242 fprintf(stderr,", pC: %d <--| ", paddingCounter); 1243 #endif 1241 1244 return (-1); 1242 #endif1243 1245 } 1244 return (-1);1245 1246 } 1246 1247 while ( (*myPtrs->offsetV9Ptr)-48-shift > data_length ) { … … 1250 1251 #ifdef DEBUG 1251 1252 if (crazyCounter != 0){ fprintf(stderr," crazyCounter: %d ", crazyCounter); } 1253 #endif 1252 1254 if (crazyCounter!=0) { syslog(LOG_INFO,"crazyCounter: %d ", crazyCounter);} 1255 1256 #ifdef DEBUG 1253 1257 fprintf(stderr,"(%hu,%hu)}", data_length, data_length+shift); 1254 1258 #endif