gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/libamf amf.cpp


From: Rob Savoye
Subject: [Gnash-commit] gnash/libamf amf.cpp
Date: Wed, 30 Apr 2008 13:15:34 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    08/04/30 13:15:34

Modified files:
        libamf         : amf.cpp 

Log message:
        Comment out unused print statement.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libamf/amf.cpp?cvsroot=gnash&r1=1.74&r2=1.75

Patches:
Index: amf.cpp
===================================================================
RCS file: /sources/gnash/gnash/libamf/amf.cpp,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -b -r1.74 -r1.75
--- amf.cpp     30 Apr 2008 03:57:00 -0000      1.74
+++ amf.cpp     30 Apr 2008 13:15:33 -0000      1.75
@@ -864,7 +864,7 @@
     Element::amf0_type_e type = static_cast<Element::amf0_type_e>(c);
     tmpptr++;
     if (type != Element::TYPED_OBJECT_AMF0) {
-        log_debug(_("AMF type is: %s"), amftype_str[(int)type]);
+//        log_debug(_("AMF type is: %s"), amftype_str[(int)type]);
        el->setType(type);
     }
 




reply via email to

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