[sword-cvs] sword/src/modules/filters swbasicfilter.cpp,1.21,1.22
sword@www.crosswire.org
sword@www.crosswire.org
Thu, 20 Feb 2003 00:53:17 -0700
- Previous message: [sword-cvs] sword/include cipherfil.h,1.9,1.10 defs.h,1.8,1.9 gbffootnotes.h,1.10,1.11 gbfheadings.h,1.3,1.4 gbfhtml.h,1.10,1.11 gbfhtmlhref.h,1.3,1.4 gbfmorph.h,1.3,1.4 gbfosis.h,1.5,1.6 gbfplain.h,1.10,1.11 gbfredletterwords.h,1.2,1.3 gbfrtf.h,1.8,1.9 gbfstrongs.h,1.9,1.10 gbfthml.h,1.5,1.6 greeklexattribs.h,1.2,1.3 hrefcom.h,1.7,1.8 latin1utf16.h,1.4,1.5 latin1utf8.h,1.3,1.4 osismorph.h,1.1,1.2 osisplain.h,1.1,1.2 osisrtf.h,1.1,1.2 osisstrongs.h,1.1,1.2 plainfootnotes.h,1.5,1.6 plainhtml.h,1.8,1.9 rawcom.h,1.17,1.18 rawfiles.h,1.16,1.17 rawgenbook.h,1.5,1.6 rawld.h,1.17,1.18 rawld4.h,1.11,1.12 rawtext.h,1.26,1.27 rtfhtml.h,1.6,1.7 rwphtml.h,1.8,1.9 rwprtf.h,1.8,1.9 scsuutf8.h,1.3,1.4 swbasicfilter.h,1.12,1.13 swbuf.h,1.1,1.2 swfilter.h,1.14,1.15 swmgr.h,1.51,1.52 swmodule.h,1.57,1.58 thmlfootnotes.h,1.3,1.4 thmlgbf.h,1.5,1.6 thmlheadings.h,1.3,1.4 thmlhtml.h,1.8,1.9 thmlhtmlhref.h,1.3,1.4 thmllemma.h,1.3,1.4 thmlmorph.h,1.3,1.4 thmlolb.h,1.2,1.3 thmlosis.h,1.5,1.6 thmlplain.h,1.5,1.6 thmlrtf.h,1.6,1.7 thmlscripref.h,1.3,1.4 thmlstrongs.h,1.3,1.4 thmlvariants.h,1.3,1.4 unicodertf.h,1.4,1.5 utf16utf8.h,1.4,1.5 utf8arshaping.h,1.5,1.6 utf8bidireorder.h,1.6,1.7 utf8cantillation.h,1.3,1.4 utf8greekaccents.h,1.3,1.4 utf8hebrewpoints.h,1.3,1.4 utf8html.h,1.3,1.4 utf8latin1.h,1.3,1.4 utf8nfc.h,1.5,1.6 utf8nfkd.h,1.5,1.6 utf8transliterator.h,1.17,1.18 utf8utf16.h,1.4,1.5 zcom.h,1.18,1.19 zld.h,1.7,1.8 ztext.h,1.27,1.28
- Next message: [sword-cvs] sword/tests swbuftest.cpp,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/local/cvsroot/sword/src/modules/filters
In directory www:/tmp/cvs-serv18796/src/modules/filters
Modified Files:
swbasicfilter.cpp
Log Message:
Index: swbasicfilter.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/swbasicfilter.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** swbasicfilter.cpp 20 Feb 2003 07:25:20 -0000 1.21
--- swbasicfilter.cpp 20 Feb 2003 07:53:15 -0000 1.22
***************
*** 110,124 ****
- void SWBasicFilter::pushString(char **buf, const char *format, ...) {
- va_list argptr;
-
- va_start(argptr, format);
- *buf += vsprintf(*buf, format, argptr);
- va_end(argptr);
-
- // *buf += strlen(*buf);
- }
-
-
bool SWBasicFilter::substituteToken(SWBuf &buf, const char *token) {
DualStringMap::iterator it;
--- 110,113 ----
- Previous message: [sword-cvs] sword/include cipherfil.h,1.9,1.10 defs.h,1.8,1.9 gbffootnotes.h,1.10,1.11 gbfheadings.h,1.3,1.4 gbfhtml.h,1.10,1.11 gbfhtmlhref.h,1.3,1.4 gbfmorph.h,1.3,1.4 gbfosis.h,1.5,1.6 gbfplain.h,1.10,1.11 gbfredletterwords.h,1.2,1.3 gbfrtf.h,1.8,1.9 gbfstrongs.h,1.9,1.10 gbfthml.h,1.5,1.6 greeklexattribs.h,1.2,1.3 hrefcom.h,1.7,1.8 latin1utf16.h,1.4,1.5 latin1utf8.h,1.3,1.4 osismorph.h,1.1,1.2 osisplain.h,1.1,1.2 osisrtf.h,1.1,1.2 osisstrongs.h,1.1,1.2 plainfootnotes.h,1.5,1.6 plainhtml.h,1.8,1.9 rawcom.h,1.17,1.18 rawfiles.h,1.16,1.17 rawgenbook.h,1.5,1.6 rawld.h,1.17,1.18 rawld4.h,1.11,1.12 rawtext.h,1.26,1.27 rtfhtml.h,1.6,1.7 rwphtml.h,1.8,1.9 rwprtf.h,1.8,1.9 scsuutf8.h,1.3,1.4 swbasicfilter.h,1.12,1.13 swbuf.h,1.1,1.2 swfilter.h,1.14,1.15 swmgr.h,1.51,1.52 swmodule.h,1.57,1.58 thmlfootnotes.h,1.3,1.4 thmlgbf.h,1.5,1.6 thmlheadings.h,1.3,1.4 thmlhtml.h,1.8,1.9 thmlhtmlhref.h,1.3,1.4 thmllemma.h,1.3,1.4 thmlmorph.h,1.3,1.4 thmlolb.h,1.2,1.3 thmlosis.h,1.5,1.6 thmlplain.h,1.5,1.6 thmlrtf.h,1.6,1.7 thmlscripref.h,1.3,1.4 thmlstrongs.h,1.3,1.4 thmlvariants.h,1.3,1.4 unicodertf.h,1.4,1.5 utf16utf8.h,1.4,1.5 utf8arshaping.h,1.5,1.6 utf8bidireorder.h,1.6,1.7 utf8cantillation.h,1.3,1.4 utf8greekaccents.h,1.3,1.4 utf8hebrewpoints.h,1.3,1.4 utf8html.h,1.3,1.4 utf8latin1.h,1.3,1.4 utf8nfc.h,1.5,1.6 utf8nfkd.h,1.5,1.6 utf8transliterator.h,1.17,1.18 utf8utf16.h,1.4,1.5 zcom.h,1.18,1.19 zld.h,1.7,1.8 ztext.h,1.27,1.28
- Next message: [sword-cvs] sword/tests swbuftest.cpp,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]