You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ac...@apache.org on 2007/12/06 12:57:17 UTC

svn commit: r601712 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/AFPRenderer.java

Author: acumiskey
Date: Thu Dec  6 03:57:14 2007
New Revision: 601712

URL: http://svn.apache.org/viewvc?rev=601712&view=rev
Log:
Temporary fix to the build

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/AFPRenderer.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/AFPRenderer.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/AFPRenderer.java?rev=601712&r1=601711&r2=601712&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/AFPRenderer.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/AFPRenderer.java Thu Dec  6 03:57:14 2007
@@ -600,7 +600,7 @@
             AFPFontAttributes afpFontAttributes = (AFPFontAttributes) i.next();
 
             afpDataStream.createFont(
-                afpFontAttributes.getFontReference(),
+                (byte)afpFontAttributes.getFontReference(),
                 afpFontAttributes.getFont(),
                 afpFontAttributes.getPointSize());
 



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org