Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > ba17bf283650f0bfe584474187aa5a3b > files > 39

mozilla-firefox-2.0.0.6-12mdv2008.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
 
 
 ////////////////////////////////////////////////////////////////////////