gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9967: don't try to process propertie


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9967: don't try to process properties if there aren't any.
Date: Wed, 04 Feb 2009 14:18:29 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9967
committer: address@hidden
branch nick: rtmp
timestamp: Wed 2009-02-04 14:18:29 -0700
message:
  don't try to process properties if there aren't any.
modified:
  libamf/flv.cpp
=== modified file 'libamf/flv.cpp'
--- a/libamf/flv.cpp    2008-12-20 17:11:55 +0000
+++ b/libamf/flv.cpp    2009-02-04 21:18:29 +0000
@@ -353,6 +353,8 @@
                 log_debug("FLV MetaData: %s: %s", el->getName(), 
el->to_string());
             }
        }
+    } else {
+       cerr << "No properties" << endl;
     }
 }
 


reply via email to

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