Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > 61779edcd4f54f0400911c5ea2d89821 > files > 41

mozilla-firefox-2.0.0.16-2mdv2009.0.src.rpm

2006-09-14  Gwenole Beauchesne  <gbeauchesne@mandriva.com>

	* modules/plugin/base/src/nsPluginHostImpl.cpp
	(NS_RETURN_UASTRING_SIZE): Increase to 256.

--- mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp.uagent-buffer-size	2006-06-23 03:56:19.000000000 -0400
+++ mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp	2006-09-14 08:27:12.000000000 -0400
@@ -2770,7 +2770,7 @@ nsresult nsPluginHostImpl::ReloadPlugins
   return rv;
 }
 
-#define NS_RETURN_UASTRING_SIZE 128
+#define NS_RETURN_UASTRING_SIZE 256
 
 
 ////////////////////////////////////////////////////////////////////////