[sword-svn] r2116 - in trunk: . include
scribe at www.crosswire.org
scribe at www.crosswire.org
Tue Oct 16 17:12:28 MST 2007
Author: scribe
Date: 2007-10-16 17:12:27 -0700 (Tue, 16 Oct 2007)
New Revision: 2116
Modified:
trunk/ChangeLog
trunk/include/swbuf.h
Log:
added more to the JUNKBUF size, as wince will use it
Release 1.5.10
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-10-16 18:29:00 UTC (rev 2115)
+++ trunk/ChangeLog 2007-10-17 00:12:27 UTC (rev 2116)
@@ -1,5 +1,7 @@
API ChangeLog
+* Release 1.5.10 *
+
11-Oct-2007 Troy A. Griffitts <scribe at crosswire.org>
Added new FileMgr::openFileReadOnly to help centralize
all file io details.
Modified: trunk/include/swbuf.h
===================================================================
--- trunk/include/swbuf.h 2007-10-16 18:29:00 UTC (rev 2115)
+++ trunk/include/swbuf.h 2007-10-17 00:12:27 UTC (rev 2116)
@@ -32,7 +32,7 @@
SWORD_NAMESPACE_START
-#define JUNKBUFSIZE 16383
+#define JUNKBUFSIZE 65534
/**
* This class is used as a transport and utility for data buffers.
More information about the sword-cvs
mailing list