about summary refs log tree commit diff
path: root/blaze822.c
diff options
context:
space:
mode:
Diffstat (limited to 'blaze822.c')
-rw-r--r--blaze822.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/blaze822.c b/blaze822.c
index 7c8821e..ad10e64 100644
--- a/blaze822.c
+++ b/blaze822.c
@@ -389,7 +389,7 @@ blaze822_body(struct message *mesg, char *file)
 	if (fd < 0)
 		return fd;
 
-	if (lseek(fd, mesg->end - mesg->msg, SEEK_SET) < 0) {
+	if (lseek(fd, mesg->end - mesg->msg - 2, SEEK_SET) < 0) {
 		perror("lseek");
 		close(fd);
 		return -1;