gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10890: Log once about unimplemented


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10890: Log once about unimplemented SoundInfo record parameters
Date: Wed, 20 May 2009 10:16:47 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 10890
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Wed 2009-05-20 10:16:47 +0200
message:
  Log once about unimplemented SoundInfo record parameters
modified:
  libcore/swf/SoundInfoRecord.cpp
=== modified file 'libcore/swf/SoundInfoRecord.cpp'
--- a/libcore/swf/SoundInfoRecord.cpp   2009-02-25 22:33:03 +0000
+++ b/libcore/swf/SoundInfoRecord.cpp   2009-05-20 08:16:47 +0000
@@ -44,12 +44,12 @@
     in.ensureBytes(hasInPoint * 4 + hasOutPoint * 4 + hasLoops * 2);
 
        if (hasInPoint) {
-               log_unimpl(_("SoundInfo record with in point"));
+               LOG_ONCE( log_unimpl(_("SoundInfo record with in point")) );
                inPoint = in.read_u32();
        }
 
        if (hasOutPoint) {
-               log_unimpl(_("SoundInfo record with out point"));
+               LOG_ONCE( log_unimpl(_("SoundInfo record with out point")) );
                outPoint = in.read_u32();
        }
 


reply via email to

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