changeset 2010:27edb6d5b217

Fix typo in IcedTeaNPPlugin.cc. 2010-03-31 Matthias Klose <doko@ubuntu.com> * plugin/icedteanp/IcedTeaNPPlugin.cc (plugin_start_appletviewer): Fix typo.
author doko@ubuntu.com
date Wed, 31 Mar 2010 10:30:18 +0200
parents 924b3dc09a33
children fe24088f1931
files ChangeLog plugin/icedteanp/IcedTeaNPPlugin.cc
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Mar 31 01:37:16 2010 +0100
+++ b/ChangeLog	Wed Mar 31 10:30:18 2010 +0200
@@ -1,3 +1,8 @@
+2010-03-31  Matthias Klose  <doko@ubuntu.com>
+
+	* plugin/icedteanp/IcedTeaNPPlugin.cc (plugin_start_appletviewer):
+	Fix typo.
+
 2009-03-31  Andrew John Hughes  <ahughes@redhat.com>
 
 	* patches/security/20100330/6894807.patch,
--- a/plugin/icedteanp/IcedTeaNPPlugin.cc	Wed Mar 31 01:37:16 2010 +0100
+++ b/plugin/icedteanp/IcedTeaNPPlugin.cc	Wed Mar 31 10:30:18 2010 +0200
@@ -1472,7 +1472,7 @@
       command_line[7] = NULL;
    } else
    {
-       command_line = (gchar**) malloc(sizeof(gchar)*5);
+       command_line = (gchar**) malloc(sizeof(gchar*)*5);
        command_line[0] = g_strdup(appletviewer_executable);
        command_line[1] = g_strdup("sun.applet.PluginMain");
        command_line[2] = g_strdup(out_pipe_name);