Magellan Linux

Annotation of /trunk/mplayerplug-in/patches/mplayerplug-in-3.25-work-with-opera.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 534 byte(s)
-import

1 niro 153 --- mplayerplug-in/plugingate/np_entry.cpp 2004-02-05 01:34:49.000000000 +0100
2     +++ mplayerplug-in/plugingate/np_entry.cpp.opera 2006-05-04 00:24:16.000000000 +0200
3     @@ -105,9 +105,6 @@
4     if(HIBYTE(aNPNFuncs->version) > NP_VERSION_MAJOR)
5     return NPERR_INCOMPATIBLE_VERSION_ERROR;
6    
7     - if(aNPNFuncs->size < sizeof(NPNetscapeFuncs))
8     - return NPERR_INVALID_FUNCTABLE_ERROR;
9     -
10     NPNFuncs.size = aNPNFuncs->size;
11     NPNFuncs.version = aNPNFuncs->version;
12     NPNFuncs.geturlnotify = aNPNFuncs->geturlnotify;