Changeset 964


Ignore:
Timestamp:
Feb 17, 2007 10:20:58 PM (17 years ago)
Author:
bennylp
Message:

Fixed broken --auto-play command in pjsua

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c

    r948 r964  
    29542954            goto on_error; 
    29552955 
    2956         if (app_config.wav_id == 0) { 
     2956        if (app_config.wav_id == PJSUA_INVALID_ID) { 
    29572957            app_config.wav_id = wav_id; 
    29582958            app_config.wav_port = pjsua_player_get_conf_port(app_config.wav_id); 
Note: See TracChangeset for help on using the changeset viewer.