/hg/release/icedtea-web-1.0: Fix build failure.
dbhole at icedtea.classpath.org
dbhole at icedtea.classpath.org
Fri Aug 5 08:52:47 PDT 2011
changeset 09c15e374a75 in /hg/release/icedtea-web-1.0
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.0?cmd=changeset;node=09c15e374a75
author: Deepak Bhole <dbhole at redhat.com>
date: Fri Aug 05 11:52:15 2011 -0400
Fix build failure.
diffstat:
ChangeLog | 5 +++++
plugin/icedteanp/java/sun/applet/PluginStreamHandler.java | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r 7ee2e487f4e2 -r 09c15e374a75 ChangeLog
--- a/ChangeLog Wed Aug 03 14:11:11 2011 -0400
+++ b/ChangeLog Fri Aug 05 11:52:15 2011 -0400
@@ -1,3 +1,8 @@
+2011-08-05 Deepak Bhole <dbhole at redhat.com>
+
+ * plugin/icedteanp/java/sun/applet/PluginStreamHandler.java
+ (readPair): Fix call to PluginDebug.debug() to match signature.
+
2011-08-03 Deepak Bhole <dbhole at redhat.com>
PR768: Signed applets/Web Start apps don't work with OpenJDK7 and up
diff -r 7ee2e487f4e2 -r 09c15e374a75 plugin/icedteanp/java/sun/applet/PluginStreamHandler.java
--- a/plugin/icedteanp/java/sun/applet/PluginStreamHandler.java Wed Aug 03 14:11:11 2011 -0400
+++ b/plugin/icedteanp/java/sun/applet/PluginStreamHandler.java Fri Aug 05 11:52:15 2011 -0400
@@ -222,7 +222,7 @@
}
}
- PluginDebug.debug("readPair: '", array[0], "' - '", array[1], "' ", end);
+ PluginDebug.debug("readPair: '" + array[0] + "' - '" + array[1] + "' " + end);
return end;
}
More information about the distro-pkg-dev
mailing list