aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/texts/rawtext/rawtext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/texts/rawtext/rawtext.cpp')
-rw-r--r--src/modules/texts/rawtext/rawtext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/texts/rawtext/rawtext.cpp b/src/modules/texts/rawtext/rawtext.cpp
index 072a341..fe14e9b 100644
--- a/src/modules/texts/rawtext/rawtext.cpp
+++ b/src/modules/texts/rawtext/rawtext.cpp
@@ -114,7 +114,7 @@ char *RawText::getRawEntry() {
entrybuf[size] = 0;
rawFilter(entrybuf, size, 0); // hack, decipher
- rawFilter(entrybuf, size, key);
+ rawFilter(entrybuf, size*FILTERPAD, key);
if (!isUnicode())
preptext(entrybuf);