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: Vitaly Alexeev
Subject: [Gnash-commit] gnash/libamf amf.cpp
Date: Mon, 18 Sep 2006 13:41:11 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Vitaly Alexeev <alexeev>        06/09/18 13:41:11

Modified files:
        libamf         : amf.cpp 

Log message:
        function must return a value

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

Patches:
Index: amf.cpp
===================================================================
RCS file: /sources/gnash/gnash/libamf/amf.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- amf.cpp     17 Sep 2006 19:45:59 -0000      1.17
+++ amf.cpp     18 Sep 2006 13:41:10 -0000      1.18
@@ -804,7 +804,7 @@
 {
     GNASH_REPORT_FUNCTION;
 
-    parseBody(_amf_data, _total_size);
+    return parseBody(_amf_data, _total_size);
 }
 
 int




reply via email to

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