Ignore:
Timestamp:
Sep 5, 2013 2:14:05 AM (11 years ago)
Author:
ming
Message:

Re #1630 (misc): Fixed incorrect use of logical and

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/test/msg_test.c

    r4550 r4587  
    448448    var.print_len = var.print_len + entry->len; 
    449449    pj_get_timestamp(&t1); 
    450     if (var.flag && FLAG_PRINT_ONLY) 
     450    if (var.flag & FLAG_PRINT_ONLY) 
    451451        ref_msg = print_msg; 
    452452    len = pjsip_msg_print(ref_msg, msgbuf1, PJSIP_MAX_PKT_LEN); 
Note: See TracChangeset for help on using the changeset viewer.