[sword-cvs] sword/include canon.h,1.19,1.20

sword at www.crosswire.org sword at www.crosswire.org
Thu Jul 15 03:57:37 MST 2004


Committed by: joachim

Update of /cvs/core/sword/include
In directory www:/tmp/cvs-serv7937/include

Modified Files:
	canon.h 
Log Message:
One fix for AMD64 compatibility; Troy pointed this out

Index: canon.h
===================================================================
RCS file: /cvs/core/sword/include/canon.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- canon.h	4 Jul 2003 21:45:24 -0000	1.19
+++ canon.h	15 Jul 2004 10:57:35 -0000	1.20
@@ -694,8 +694,8 @@
 
 int
   VerseKey::offsize[2][2] =
-  { {sizeof (VerseKey::otbks) / 4, sizeof (VerseKey::otcps) / 4}
-, {sizeof (VerseKey::ntbks) / 4, sizeof (VerseKey::ntcps) / 4}
+  { {sizeof (VerseKey::otbks) / sizeof(long), sizeof (VerseKey::otcps) / sizeof(long)}
+, {sizeof (VerseKey::ntbks) / sizeof(long), sizeof (VerseKey::ntcps) / sizeof(long)}
 };
 
 //SWORD_NAMESPACE_END



More information about the sword-cvs mailing list