gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/libbase log.cpp


From: Rob Savoye
Subject: [Gnash-commit] gnash/libbase log.cpp
Date: Fri, 09 Jun 2006 14:51:41 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    06/06/09 14:51:41

Modified files:
        libbase        : log.cpp 

Log message:
                * libbase/log.cpp: Increase the BUFFER_SIZE to 1024 from 500. 
This
                keeps gnash from crashing now that more files use the new 
logging
                system.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/log.cpp?cvsroot=gnash&r1=1.10&r2=1.11

Patches:
Index: log.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/log.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- log.cpp     7 Jun 2006 04:28:46 -0000       1.10
+++ log.cpp     9 Jun 2006 14:51:41 -0000       1.11
@@ -77,7 +77,7 @@
 bool LogFile::_parserdump = false;
 
 // Workspace for vsnprintf formatting.
-static const int BUFFER_SIZE = 500;
+static const int BUFFER_SIZE = 1024;
 
 // Convert each byte into it's hex represntation
 static const char hexchars[]="0123456789abcdef";




reply via email to

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