]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
The previous merge didn't go quite as planned.
authorJeremias Maerki <jeremias@apache.org>
Mon, 19 Jul 2010 09:22:32 +0000 (09:22 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 19 Jul 2010 09:22:32 +0000 (09:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@965397 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/pdf/PDFName.java

index 2cfe93947a59f6c6e56974afcaeddcaf944d1d97..18b1745e7b64e7ecade8f32ceba65cb125aa1efc 100644 (file)
@@ -53,7 +53,6 @@ public class PDFName extends PDFObject {
         sb.append('/');
         if (name.startsWith("/")) {
             skipFirst = true;
-            skipFirst = false;
         }
         for (int i = (skipFirst ? 1 : 0), c = name.length(); i < c; i++) {
             char ch = name.charAt(i);