gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server LoadVariablesThread.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server LoadVariablesThread.cpp
Date: Fri, 11 Jan 2008 14:38:44 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/01/11 14:38:44

Modified files:
        server         : LoadVariablesThread.cpp 

Log message:
        set _bytesTotal on load complete if not done so yet

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/LoadVariablesThread.cpp?cvsroot=gnash&r1=1.4&r2=1.5

Patches:
Index: LoadVariablesThread.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/LoadVariablesThread.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- LoadVariablesThread.cpp     11 Jan 2008 13:18:21 -0000      1.4
+++ LoadVariablesThread.cpp     11 Jan 2008 14:38:43 -0000      1.5
@@ -88,6 +88,7 @@
        {
                log_error("Size of stream variables were loaded from advertised 
to be %d bytes long, while turned out to be only %d bytes long",
                        _bytesTotal, _bytesLoaded);
+               _bytesTotal = _bytesLoaded;
        }
 
        //dispatchLoadEvent();




reply via email to

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