Changeset c3f597e
- Timestamp:
- 05/16/10 21:36:46 (12 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 31a15db
- Parents:
- d48008d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/wandio.c
rbaef9df rc3f597e 205 205 */ 206 206 ret=io->source->peek(io, buffer, len); 207 #if READ_TRACE 208 fprintf(stderr,"%p: peek(%s): %d bytes = %d\n",io,io->source->name, (int)len, (int)ret); 209 #endif 207 210 return ret; 208 211 } … … 223 226 224 227 iow=stdio_wopen(filename, flags); 228 if (!iow) 229 return NULL; 225 230 226 231 /* We prefer zlib if available, otherwise we'll use bzip. If neither
Note: See TracChangeset
for help on using the changeset viewer.