Ignore:
Timestamp:
May 2, 2007 6:54:19 PM (17 years ago)
Author:
bennylp
Message:

Errno and memory size tweaking for Symbian

File:
1 edited

Legend:

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

    r1243 r1244  
    6868PJ_DEF(const pjmedia_snd_dev_info*) pjmedia_snd_get_dev_info(unsigned index) 
    6969{ 
    70     PJ_ASSERT_RETURN(index==0, NULL); 
     70    PJ_ASSERT_RETURN(index==0 || index==-1, NULL); 
    7171    return &null_info; 
    7272} 
Note: See TracChangeset for help on using the changeset viewer.