[sword-cvs] sword/src/modules/lexdict swld.cpp,1.13,1.14
sword@www.crosswire.org
sword@www.crosswire.org
Tue, 25 Feb 2003 20:23:46 -0700
Update of /usr/local/cvsroot/sword/src/modules/lexdict
In directory www:/tmp/cvs-serv30129/src/modules/lexdict
Modified Files:
swld.cpp
Log Message:
no message
Index: swld.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/lexdict/swld.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** swld.cpp 1 Oct 2002 19:52:40 -0000 1.13
--- swld.cpp 26 Feb 2003 03:23:44 -0000 1.14
***************
*** 49,53 ****
{
if (key->Persist() && !ikeytext) {
! getRawEntry(); // force module key to snap to entry
return entkeytxt;
}
--- 49,53 ----
{
if (key->Persist() && !ikeytext) {
! getRawEntryBuf(); // force module key to snap to entry
return entkeytxt;
}
***************
*** 72,76 ****
}
else *key = p;
! getRawEntry();
}
--- 72,76 ----
}
else *key = p;
! getRawEntryBuf();
}