[sword-cvs] sword/src/modules/filters osisfootnotes.cpp,1.6,1.7 thmlrtf.cpp,1.31,1.32
sword@www.crosswire.org
sword@www.crosswire.org
Fri, 27 Jun 2003 04:31:44 -0700
- Previous message: [sword-cvs] sword/lib/bcppmake libsword.bpr,1.18,1.19
- Next message: [sword-cvs] sword/apps/windoze/CBuilder5/BibleCS AboutBoxfrm.cpp,1.12,1.13 AboutBoxfrm.dfm,1.50,1.51 DevOfTheDay.cpp,1.2,1.3 ModVisFrm.cpp,1.3,1.4 PrintFrm.cpp,1.12,1.13 RangeMaintFrm.cpp,1.3,1.4 RangeMaintFrm.h,1.3,1.4 RxRichEditX.cpp,1.46,1.47 TModuleFonts.cpp,1.8,1.9 biblecsmgr.cpp,1.21,1.22 bookmarkfrm.cpp,1.6,1.7 bookmarkfrm.h,1.4,1.5 mainfrm.cpp,1.123,1.124 mainfrm.h,1.46,1.47 optionfrm.cpp,1.34,1.35 paraldisp.cpp,1.4,1.5 paraldisp.h,1.2,1.3 searchfrm.cpp,1.42,1.43 searchfrm.h,1.18,1.19 sword.bpr,1.115,1.116 sword.res,1.102,1.103
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/local/cvsroot/sword/src/modules/filters
In directory www:/tmp/cvs-serv6823/src/modules/filters
Modified Files:
osisfootnotes.cpp thmlrtf.cpp
Log Message:
no message
Index: osisfootnotes.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/osisfootnotes.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** osisfootnotes.cpp 27 Jun 2003 06:12:19 -0000 1.6
--- osisfootnotes.cpp 27 Jun 2003 11:31:42 -0000 1.7
***************
*** 67,71 ****
XMLTag tag(token);
! if (!strcmp(tag.getName(), "note") && strcmp(tag.getAttribute("type"), "crossReference")) {
if (!tag.isEndTag() && (!tag.isEmpty())) {
startTag = tag;
--- 67,71 ----
XMLTag tag(token);
! if (!strcmp(tag.getName(), "note") && ((!tag.getAttribute("type")) || (strcmp(tag.getAttribute("type"), "crossReference")))) {
if (!tag.isEndTag() && (!tag.isEmpty())) {
startTag = tag;
Index: thmlrtf.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/thmlrtf.cpp,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** thmlrtf.cpp 27 Jun 2003 01:41:08 -0000 1.31
--- thmlrtf.cpp 27 Jun 2003 11:31:42 -0000 1.32
***************
*** 253,257 ****
}
*/
! delete filepath;
}
else {
--- 253,257 ----
}
*/
! delete [] filepath;
}
else {
- Previous message: [sword-cvs] sword/lib/bcppmake libsword.bpr,1.18,1.19
- Next message: [sword-cvs] sword/apps/windoze/CBuilder5/BibleCS AboutBoxfrm.cpp,1.12,1.13 AboutBoxfrm.dfm,1.50,1.51 DevOfTheDay.cpp,1.2,1.3 ModVisFrm.cpp,1.3,1.4 PrintFrm.cpp,1.12,1.13 RangeMaintFrm.cpp,1.3,1.4 RangeMaintFrm.h,1.3,1.4 RxRichEditX.cpp,1.46,1.47 TModuleFonts.cpp,1.8,1.9 biblecsmgr.cpp,1.21,1.22 bookmarkfrm.cpp,1.6,1.7 bookmarkfrm.h,1.4,1.5 mainfrm.cpp,1.123,1.124 mainfrm.h,1.46,1.47 optionfrm.cpp,1.34,1.35 paraldisp.cpp,1.4,1.5 paraldisp.h,1.2,1.3 searchfrm.cpp,1.42,1.43 searchfrm.h,1.18,1.19 sword.bpr,1.115,1.116 sword.res,1.102,1.103
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]