ok this one is beyond stupid. the code didn't even do what was intended

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12384 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2004-05-01 19:43:59 +00:00
parent 6e443b3534
commit c4282b3cfe
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ static int control(int cmd,void *arg){
dsp=(char*)arg;
return CONTROL_OK;
case AOCONTROL_GET_DEVICE:
(char*)arg=dsp;
*(char**)arg=dsp;
return CONTROL_OK;
case AOCONTROL_QUERY_FORMAT:
return CONTROL_TRUE;