Mercurial > mplayer.hg
comparison asxparser.c @ 10397:6180d7558f75
output typo fixes: unknow --> unknown
author | diego |
---|---|
date | Wed, 09 Jul 2003 01:30:24 +0000 |
parents | eceac82103f5 |
children | e7c8200ffdc5 |
comparison
equal
deleted
inserted
replaced
10396:71709106a44a | 10397:6180d7558f75 |
---|---|
468 asx_warning_attrib_required(parser,"PARAM" ,"NAME" ); | 468 asx_warning_attrib_required(parser,"PARAM" ,"NAME" ); |
469 return; | 469 return; |
470 } | 470 } |
471 val = asx_get_attrib("VALUE",attribs); | 471 val = asx_get_attrib("VALUE",attribs); |
472 if(m_config_get_option(mconfig,name) == NULL) { | 472 if(m_config_get_option(mconfig,name) == NULL) { |
473 mp_msg(MSGT_PLAYTREE,MSGL_WARN,"Found unknow param in asx: %s",name); | 473 mp_msg(MSGT_PLAYTREE,MSGL_WARN,"Found unknown param in asx: %s",name); |
474 if(val) | 474 if(val) |
475 mp_msg(MSGT_PLAYTREE,MSGL_WARN,"=%s\n",val); | 475 mp_msg(MSGT_PLAYTREE,MSGL_WARN,"=%s\n",val); |
476 else | 476 else |
477 mp_msg(MSGT_PLAYTREE,MSGL_WARN,"\n"); | 477 mp_msg(MSGT_PLAYTREE,MSGL_WARN,"\n"); |
478 return; | 478 return; |