CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/12/21 01:36:48
Modified files: server/asobj : xml.cpp Log message: too few arguments for format.... CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/xml.cpp?cvsroot=gnash&r1=1.60&r2=1.61 Patches: Index: xml.cpp =================================================================== RCS file: /sources/gnash/gnash/server/asobj/xml.cpp,v retrieving revision 1.60 retrieving revision 1.61 diff -u -b -r1.60 -r1.61 --- xml.cpp 21 Dec 2007 00:55:24 -0000 1.60 +++ xml.cpp 21 Dec 2007 01:36:48 -0000 1.61 @@ -17,7 +17,7 @@ // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // -/* $Id: xml.cpp,v 1.60 2007/12/21 00:55:24 strk Exp $ */ +/* $Id: xml.cpp,v 1.61 2007/12/21 01:36:48 strk Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -477,7 +477,7 @@ // possibility which lacks documentation (thus a bug in documentation) // log_debug("LoadThread::getBytesTotal() returned %d but ::read(%d) returned %d", - xmlsize, actuallyRead); + xmlsize, xmlsize, actuallyRead); } buf[actuallyRead] = '\0'; as_value dataVal(buf.get()); // memory copy here (optimize?) _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit