Ignore:
Timestamp:
Jul 2, 2013 11:45:57 AM (11 years ago)
Author:
riza
Message:

Re #1680:

  • Win64 Project properties modification, using x64 as target machine.
  • Fix incorrect data type which might result in unsafe code.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pjlib-test/ioq_tcp.c

    r4537 r4550  
    255255    int bufsize = BUF_MIN_SIZE; 
    256256    int status = -1; 
    257     pj_ssize_t pending_op = 0; 
     257    int pending_op = 0; 
    258258    pj_timestamp t_elapsed; 
    259259    pj_str_t s; 
     
    468468        pj_ioqueue_destroy(ioque); 
    469469    pj_pool_release(pool); 
    470     return (int)status; 
     470    return status; 
    471471 
    472472} 
Note: See TracChangeset for help on using the changeset viewer.