summaryrefslogtreecommitdiff
path: root/src/modules/comments/rawcom4/rawcom4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/comments/rawcom4/rawcom4.cpp')
-rw-r--r--src/modules/comments/rawcom4/rawcom4.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/comments/rawcom4/rawcom4.cpp b/src/modules/comments/rawcom4/rawcom4.cpp
index 7cfc603..f432712 100644
--- a/src/modules/comments/rawcom4/rawcom4.cpp
+++ b/src/modules/comments/rawcom4/rawcom4.cpp
@@ -4,7 +4,7 @@
* commentary files:
* ot and nt using indexs ??.bks ??.cps ??.vss
*
- * $Id: rawcom4.cpp 2833 2013-06-29 06:40:28Z chrislit $
+ * $Id: rawcom4.cpp 3439 2016-10-23 08:32:02Z scribe $
*
* Copyright 2007-2013 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -72,7 +72,7 @@ SWBuf &RawCom4::getRawEntryBuf() const {
VerseKey *key = &getVerseKey();
findOffset(key->getTestament(), key->getTestamentIndex(), &start, &size);
- entrySize = size; // support getEntrySize call
+ entrySize = (int)size; // support getEntrySize call
entryBuf = "";
readText(key->getTestament(), start, size, entryBuf);