From 7c1f548f4d6a182a97ff7b83ec6bf0448cfb9245 Mon Sep 17 00:00:00 2001 From: Suman Manjunath Date: Thu, 7 Feb 2008 10:34:42 +0000 Subject: Patch from Paul Bolle : Fix for bug #514771 (Fix for a crash while decoding TNEF attachments) svn path=/trunk/; revision=34969 --- plugins/tnef-attachments/tnef-plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/tnef-attachments/tnef-plugin.c') diff --git a/plugins/tnef-attachments/tnef-plugin.c b/plugins/tnef-attachments/tnef-plugin.c index cea0081cfe..c96088baca 100644 --- a/plugins/tnef-attachments/tnef-plugin.c +++ b/plugins/tnef-attachments/tnef-plugin.c @@ -1030,7 +1030,7 @@ void saveVCalendar(TNEFStruct *tnef) { buf = (variableLength *)g_malloc (sizeof(variableLength)); if ((buf->data = DecompressRTF(filename, &(buf->size))) != NULL) { fprintf(fptr, "DESCRIPTION:"); - printRtf(fptr, &buf); + printRtf(fptr, buf); free(buf->data); } -- cgit v1.2.3