gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9867: less verbose on ::resize().


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9867: less verbose on ::resize().
Date: Sat, 20 Dec 2008 13:44:19 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9867
committer: address@hidden
branch nick: rtmp
timestamp: Sat 2008-12-20 13:44:19 -0700
message:
  less verbose on ::resize().
modified:
  libamf/buffer.cpp
=== modified file 'libamf/buffer.cpp'
--- a/libamf/buffer.cpp 2008-12-20 17:11:55 +0000
+++ b/libamf/buffer.cpp 2008-12-20 20:44:19 +0000
@@ -636,7 +636,7 @@
 Buffer &
 Buffer::resize(size_t size)
 {
-    GNASH_REPORT_FUNCTION;
+//    GNASH_REPORT_FUNCTION;
     boost::scoped_array<boost::uint8_t> tmp;
 
     // If we don't have any data yet in this buffer, resizing is cheap, as


reply via email to

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