[sword-cvs] sword/src/keys versekey.cpp,1.54,1.55
sword@www.crosswire.org
sword@www.crosswire.org
Fri, 6 Jun 2003 12:42:21 -0700
- Previous message: [sword-cvs] sword/bindings/corba/java swordorb.jpx.local,1.5,1.6
- Next message: [sword-cvs] sword/src/modules/filters thmlhtml.cpp,1.25,1.26 thmlhtmlhref.cpp,1.28,1.29 thmlmorph.cpp,1.8,1.9 thmlwebif.cpp,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/local/cvsroot/sword/src/keys
In directory www:/tmp/cvs-serv11534/src/keys
Modified Files:
versekey.cpp
Log Message:
Added bindings info to README
Index: versekey.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/keys/versekey.cpp,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** versekey.cpp 28 May 2003 18:28:41 -0000 1.54
--- versekey.cpp 6 Jun 2003 19:42:19 -0000 1.55
***************
*** 574,578 ****
case '.':
if (buf > orig) // ignore (break) if preceeding char is not a digit
! if (!isdigit(*(buf-1)))
break;
--- 574,578 ----
case '.':
if (buf > orig) // ignore (break) if preceeding char is not a digit
! if ((chap < 0) || (!isdigit(*(buf-1))))
break;
- Previous message: [sword-cvs] sword/bindings/corba/java swordorb.jpx.local,1.5,1.6
- Next message: [sword-cvs] sword/src/modules/filters thmlhtml.cpp,1.25,1.26 thmlhtmlhref.cpp,1.28,1.29 thmlmorph.cpp,1.8,1.9 thmlwebif.cpp,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]