Ignore:
Timestamp:
Jun 19, 2013 6:47:43 AM (11 years ago)
Author:
riza
Message:

Re #1680: Add initial support for Win64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/endpoint.c

    r4474 r4537  
    497497 
    498498            for (i = 0; i < dec_fmtp->cnt; ++i) { 
    499                 unsigned test_len = 2; 
     499                pj_size_t test_len = 2; 
    500500 
    501501                /* Check if buf still available */ 
     
    683683 
    684684            for (j = 0; j < dec_fmtp->cnt; ++j) { 
    685                 unsigned test_len = 2; 
     685                pj_size_t test_len = 2; 
    686686 
    687687                /* Check if buf still available */ 
Note: See TracChangeset for help on using the changeset viewer.