Changeset 817


Ignore:
Timestamp:
05/23/06 13:29:03 (7 years ago)
Author:
perry
Message:

More windowisms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/format_helper.c

    r784 r817  
    169169 
    170170        if (strcmp(trace->uridata,"-")==0) { 
    171                 ret=libtrace_io_fdopen(fileno(stdin),"r"); 
     171                ret=libtrace_io_fdopen(fileno(stdin),"rb"); 
    172172                return ret; 
    173173        } 
Note: See TracChangeset for help on using the changeset viewer.