Changeset 440a60f
- Timestamp:
- 05/23/06 13:29:03 (15 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:
- f6c2d8d
- Parents:
- 46dd1e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_helper.c
r5eeba76 r440a60f 169 169 170 170 if (strcmp(trace->uridata,"-")==0) { 171 ret=libtrace_io_fdopen(fileno(stdin),"r ");171 ret=libtrace_io_fdopen(fileno(stdin),"rb"); 172 172 return ret; 173 173 }
Note: See TracChangeset
for help on using the changeset viewer.