evolution r34969 - trunk/plugins/tnef-attachments



Author: msuman
Date: Thu Feb  7 10:34:42 2008
New Revision: 34969
URL: http://svn.gnome.org/viewvc/evolution?rev=34969&view=rev

Log:
Patch from Paul Bolle  <pebolle tiscali nl>: Fix for bug #514771 (Fix for a crash while decoding TNEF attachments)

Modified:
   trunk/plugins/tnef-attachments/ChangeLog
   trunk/plugins/tnef-attachments/tnef-plugin.c

Modified: trunk/plugins/tnef-attachments/tnef-plugin.c
==============================================================================
--- trunk/plugins/tnef-attachments/tnef-plugin.c	(original)
+++ trunk/plugins/tnef-attachments/tnef-plugin.c	Thu Feb  7 10:34:42 2008
@@ -1030,7 +1030,7 @@
 	    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);
             }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]