aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/filters/thmlosis.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/filters/thmlosis.cpp')
-rw-r--r--src/modules/filters/thmlosis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/filters/thmlosis.cpp b/src/modules/filters/thmlosis.cpp
index 10f5892..57d48d2 100644
--- a/src/modules/filters/thmlosis.cpp
+++ b/src/modules/filters/thmlosis.cpp
@@ -313,7 +313,7 @@ const char *ThMLOSIS::convertToOSIS(const char *inRef, const SWKey *key) {
for (int i = 0; i < verses.Count(); i++) {
VerseKey *element = SWDYNAMIC_CAST(VerseKey, verses.GetElement(i));
char buf[5120];
- char frag[800];
+ char frag[5120];
if (element) {
memmove(frag, startFrag, ((const char *)element->userData - startFrag) + 1);
frag[((const char *)element->userData - startFrag) + 1] = 0;