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