Ignore:
Timestamp:
Apr 2, 2007 7:11:41 PM (17 years ago)
Author:
bennylp
Message:

Fixed couple of compilation warnings in STUN and new proxy samples with gcc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/proxy.h

    r1127 r1131  
    7878        case 'p': 
    7979            global.port = atoi(pj_optarg); 
    80             printf("Port is set to %d\n", global.pool); 
     80            printf("Port is set to %d\n", global.port); 
    8181            break; 
    8282         
Note: See TracChangeset for help on using the changeset viewer.