You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/01/04 06:02:51 UTC

[royale-compiler] 03/05: remove warning

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git

commit a5d6de60866dfe7d412cc9432e8ea1406dccc2f0
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 3 21:41:56 2019 -0800

    remove warning
---
 compiler/src/main/java/org/apache/royale/swf/io/SWFDump.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/src/main/java/org/apache/royale/swf/io/SWFDump.java b/compiler/src/main/java/org/apache/royale/swf/io/SWFDump.java
index 4c35786..5f5fdc7 100644
--- a/compiler/src/main/java/org/apache/royale/swf/io/SWFDump.java
+++ b/compiler/src/main/java/org/apache/royale/swf/io/SWFDump.java
@@ -1394,7 +1394,7 @@ public final class SWFDump
                 if (styleChange.isStateLineStyle())
                 {
                     out.print("lineStyle=\"" +
-                              (styles.getFillStyles().indexOf(styleChange.getLinestyle()) + 1) + "\" ");
+                              (styles.getLineStyles().indexOf(styleChange.getLinestyle()) + 1) + "\" ");
                 }
                 if (styleChange.isStateNewStyles())
                 {