gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10745: Cast fill type to int, as t


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10745: Cast fill type to int, as the format string suggests being intended
Date: Fri, 27 Mar 2009 17:19:10 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10745
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Fri 2009-03-27 17:19:10 +0100
message:
  Cast fill type to int, as the format string suggests being intended
modified:
  libcore/fill_style.cpp
=== modified file 'libcore/fill_style.cpp'
--- a/libcore/fill_style.cpp    2009-03-26 07:50:45 +0000
+++ b/libcore/fill_style.cpp    2009-03-27 16:19:10 +0000
@@ -75,7 +75,7 @@
     }
         
     IF_VERBOSE_PARSE(
-        log_parse("  fill_style read type = 0x%X", m_type);
+        log_parse("  fill_style read type = 0x%X", (int)m_type);
     );
 
     if (m_type == SWF::FILL_SOLID)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]