<html><head>
<style type="text/css">P {margin-top:2px;margin-bottom:2px;}</style>
</head>
<body style="margin:0;padding:0;">
<table border="0" cellpadding="0" cellspacing="0" style="font-size:10pt;font-family:Dotum;color:#333333;width:100%;;">
<tr><td valign=top style="word-wrap:break-word;"><DIV class=content>Hi.<br />
<br />
Please check about /src/input/es_out.c<br />
<br />
LineNo 2743.<br />
<br />
if( *pl->psz_native_name ) <--- this is not right.<br />
{<br />
return strdup( pl->psz_native_name );<br />
}<br />
return strdup( pl->psz_eng_name ); <--- it need check about null.<br />
<br />
I change like this.<br />
<br />
if( pl->psz_native_name ) <--- I think this is OK.<br />
{<br />
return strdup( pl->psz_native_name );<br />
}<br />
if (pl->psz_eng_name) <--- null check.<br />
return strdup( pl->psz_eng_name );<br />
return NULL; <br />
<br />
Am I right? (I'm not sure... )<br />
Please check it. <IMG title=Smile alt=:) src="http://forum.videolan.org/images/smilies/icon_smile.gif"> <br />
<br />
Bye!!!</DIV></td></tr>
</table>
<table border='0' cellpadding='0' cellspacing='0' width='100%' height="45"><tr><td valign="bottom" align="left"><a href="http://mail.paran.com/event/mail/?tab=8" target="_blank"><img src="http://mailimg.kthimg.com/paran/footer/mail_banner_101123" style="border:0"></a></td></tr></table>
</body></html>
<img src='http://mail71.paran.com/read/put_ack.php?hp=L0Q3MS9zL3Uvbi9zdW5xdWVlbkBwYXJhbi5jb20vLkNvbmZpcm0vMTI5Njc0MDM0Ni4yNTA3OC5tYWlsNzF4MQ==&from=sunqueen@paran.com&to=vlc-devel@videolan.org________________________________________________________________________________________________________________________________' border='0'>