<DIV>Dear All,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am reading the source code of Swfdec-Mozilla recently.</DIV>
<DIV>version: swfdec-mozilla-0.8.2</DIV>
<DIV>File: src/plugin.c </DIV>
<DIV>Line: 292</DIV>
<DIV>func: plugin_new</DIV>
<DIV>original: "if (g_ascii_strcasecmp (argv[j], possibilities[j].name) == 0) {"</DIV>
<DIV>I think it should be "if (g_ascii_strcasecmp (argv[i], possibilities[j].name) == 0) {"</DIV>
<DIV>that is argv[j] -&gt; argv[i]</DIV>
<DIV>&nbsp;</DIV>
<DIV>PS: this problem still in version 0.9.2</DIV>
<DIV>&nbsp;</DIV>
<DIV>zhihaoli</DIV>
<DIV>2009-11-05</DIV>