diff options
author | danglassey <danglassey> | 2002-10-07 13:01:39 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-10-07 13:01:39 +0000 |
commit | 0ea39453ed8a23b93c098902b2d47f64033a9a23 (patch) | |
tree | 4d7a8e25cb330f9fb1ab6be2b12f511c2eb5b422 /src/modules/comments/rawcom/rawcom.cpp | |
parent | 476c277dea3b6a3d46ff3b94a59eb1cbab3b53f7 (diff) | |
download | sword-sf-cvs-0ea39453ed8a23b93c098902b2d47f64033a9a23.tar.gz |
sync with crosswire 20021007-1300
Diffstat (limited to 'src/modules/comments/rawcom/rawcom.cpp')
-rw-r--r-- | src/modules/comments/rawcom/rawcom.cpp | 2 |
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); |