Khvalovsky / gecko-mediaplayer

Automatically exported from code.google.com/p/gecko-mediaplayer
GNU General Public License v2.0
0 stars 0 forks source link

Incorrect usage of memmem vs memmem_compat in plugin_list.cpp #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

Hi,

Usage of memmem() instead of memmem_compat() at line 359 and line 388 of
plugin_list.cpp prevents compilation on OpenBSD.
See attached patch.

cheers,
david

Original issue reported on code.google.com by dco...@gmail.com on 12 Oct 2009 at 1:45

Attachments:

GoogleCodeExporter commented 8 years ago
Should be fixed in SVN now.

Original comment by kdeko...@gmail.com on 12 Oct 2009 at 1:53