File xulrunner-1.9.2.patch of Package moonshine
--- plugin/mmp-script.c.orig 2010-08-11 07:57:17.000000000 +0200
+++ plugin/mmp-script.c 2010-08-11 07:57:31.000000000 +0200
@@ -148,8 +148,8 @@ mmp_script_evaluate (NPP npp, const gcha
g_return_val_if_fail (NPN_GetValue (npp, NPNVWindowNPObject,
&host) == NPERR_NO_ERROR, FALSE);
- string.utf8characters = code;
- string.utf8length = strlen (code);
+ string.UTF8Characters = code;
+ string.UTF8Length = strlen (code);
if ((result = NPN_Evaluate (npp, host, &string, &output))) {
NPN_ReleaseVariantValue (&output);