changeset 414:bdc092f4b4ff

Fix build for older versions of mozilla. (Typo in untested #ifdef)
author Adam Domurad <adomurad@redhat.com>
date Mon, 04 Jun 2012 12:24:04 -0400
parents ff8d91a6a006
children c2396c2ee991
files plugin/icedteanp/IcedTeaPluginUtils.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugin/icedteanp/IcedTeaPluginUtils.cc	Mon Jun 04 12:07:33 2012 -0400
+++ b/plugin/icedteanp/IcedTeaPluginUtils.cc	Mon Jun 04 12:24:04 2012 -0400
@@ -900,7 +900,7 @@
 #if MOZILLA_VERSION_COLLAPSED < 1090200
   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,