# HG changeset patch # User Adam Domurad # Date 1343913097 14400 # Node ID a0ac102c8ed5a8b766a5524dcaa75200c2c70289 # Parent f6d6d529d73c8a6275989733811f924e423b33a4 Fixed typo that prevented builds with older versions of xulrunner diff -r f6d6d529d73c -r a0ac102c8ed5 ChangeLog --- a/ChangeLog Tue Jul 24 14:02:12 2012 -0400 +++ b/ChangeLog Thu Aug 02 09:11:37 2012 -0400 @@ -1,3 +1,8 @@ +2012-08-02 Adam Domurad + + * plugin/icedteanp/IcedTeaPluginUtils.cc: Fixed a typo that prevented + builds with older version of xulrunner + 2012-07-24 Deepak Bhole * configure.ac: Prepare for 1.2.2 diff -r f6d6d529d73c -r a0ac102c8ed5 plugin/icedteanp/IcedTeaPluginUtils.cc --- a/plugin/icedteanp/IcedTeaPluginUtils.cc Tue Jul 24 14:02:12 2012 -0400 +++ b/plugin/icedteanp/IcedTeaPluginUtils.cc Thu Aug 02 09:11:37 2012 -0400 @@ -903,9 +903,9 @@ IcedTeaPluginUtilities::NPVariantAsString(NPVariant variant) { #if MOZILLA_VERSION_COLLAPSED < 1090200 - return std::string(( + return std::string( NPVARIANT_TO_STRING(variant).utf8characters, - NPVARIANT_TO_STRING(variant).utf8ength); + NPVARIANT_TO_STRING(variant).utf8length); #else return std::string( NPVARIANT_TO_STRING(variant).UTF8Characters,