From: <st...@us...> - 2003-07-10 21:59:35
|
Update of /cvsroot/iaxclient/iaxclient/lib In directory sc8-pr-cvs1:/tmp/cvs-serv26522 Modified Files: iaxclient.h Log Message: typo in constant definition. Index: iaxclient.h =================================================================== RCS file: /cvsroot/iaxclient/iaxclient/lib/iaxclient.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- iaxclient.h 10 Jul 2003 19:18:51 -0000 1.16 +++ iaxclient.h 10 Jul 2003 21:59:32 -0000 1.17 @@ -115,7 +115,7 @@ #define IAXC_AD_RING (1<<2) #define IAXC_AD_INPUT_DEFAULT (1<<3) #define IAXC_AD_OUTPUT_DEFAULT (1<<4) -#define IAXC_AD_RING_DEFAULT (1<<4) +#define IAXC_AD_RING_DEFAULT (1<<5) struct iaxc_audio_device { char *name; /* name of the device */ |