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(); _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit