Changeset 8bef018 for lib/format_helper.c
- Timestamp:
- 04/24/06 09:56:58 (16 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:
- 97c8d58
- Parents:
- 8f45780
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_helper.c
redb18ce r8bef018 176 176 return 0; 177 177 } 178 ret=libtrace_io_fdopen(fd,"r ");178 ret=libtrace_io_fdopen(fd,"rb"); 179 179 return ret; 180 180 } … … 193 193 sprintf(filemode,"wb%d",level); 194 194 #else 195 sprintf(filemode,"w ");195 sprintf(filemode,"wb"); 196 196 #endif 197 197
Note: See TracChangeset
for help on using the changeset viewer.