Changeset 833


Ignore:
Timestamp:
05/28/06 23:26:22 (7 years ago)
Author:
perry
Message:

Assignment in if() should have been a conditional!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/format_wag.c

    r799 r833  
    477477        if (event.size == -1) { 
    478478                read_err = trace_get_err(trace); 
    479                 if (read_err.err_num = EAGAIN) { 
     479                if (read_err.err_num == EAGAIN) { 
    480480                        event.type = TRACE_EVENT_IOWAIT; 
    481481                } 
Note: See TracChangeset for help on using the changeset viewer.