[sword-cvs] sword/src/utilfuns swbuf.cpp,1.12,1.13
sword@www.crosswire.org
sword@www.crosswire.org
Mon, 11 Aug 2003 22:36:33 -0700
- Previous message: [sword-cvs] sword/utilities/bcppmake mod2zmod.bpr,1.8,1.9
- Next message: [sword-cvs] sword/include gbfhtml.h,1.13,1.14 gbfhtmlhref.h,1.6,1.7 gbfwebif.h,1.4,1.5 osishtmlhref.h,1.5,1.6 osisplain.h,1.9,1.10 osisrtf.h,1.9,1.10 swbasicfilter.h,1.21,1.22 swbuf.h,1.23,1.24 thmlhtml.h,1.11,1.12 thmlhtmlhref.h,1.6,1.7 thmlrtf.h,1.10,1.11 thmlwebif.h,1.4,1.5 zstr.h,1.7,1.8 zverse.h,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/local/cvsroot/sword/src/utilfuns
In directory www:/tmp/cvs-serv1419/src/utilfuns
Modified Files:
swbuf.cpp
Log Message:
no message
Index: swbuf.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/utilfuns/swbuf.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- swbuf.cpp 17 Jul 2003 23:20:41 -0000 1.12
+++ swbuf.cpp 12 Aug 2003 05:36:31 -0000 1.13
@@ -65,6 +65,14 @@
endAlloc = buf + allocSize-1;
}
+/*
+SWBuf::SWBuf(unsigned long initSize) {
+ init(initSize);
+ set((const char *)0);
+}
+*/
+
+
void SWBuf::init(unsigned long initSize) {
fillByte = ' ';
allocSize = 0;
- Previous message: [sword-cvs] sword/utilities/bcppmake mod2zmod.bpr,1.8,1.9
- Next message: [sword-cvs] sword/include gbfhtml.h,1.13,1.14 gbfhtmlhref.h,1.6,1.7 gbfwebif.h,1.4,1.5 osishtmlhref.h,1.5,1.6 osisplain.h,1.9,1.10 osisrtf.h,1.9,1.10 swbasicfilter.h,1.21,1.22 swbuf.h,1.23,1.24 thmlhtml.h,1.11,1.12 thmlhtmlhref.h,1.6,1.7 thmlrtf.h,1.10,1.11 thmlwebif.h,1.4,1.5 zstr.h,1.7,1.8 zverse.h,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]