Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates-src > by-pkgid > c286a7e5513a1b711208866d21eec195 > files > 2

autotrace-0.31.1-46.1.mga5.src.rpm

--- a/output-pstoedit.c
+++ b/output-pstoedit.c
@@ -84,7 +84,7 @@
       dd_tmp   = dd_start;
       while (dd_tmp->symbolicname)
 	dd_tmp++;
-      XMALLOC(pstoedit_suffix_table, sizeof(char *) * 2 * (dd_tmp - dd_start) + 1);
+      XMALLOC(pstoedit_suffix_table, sizeof(char *) * (2 * (dd_tmp - dd_start) + 1));
 
 #if defined (OUTPUT_PSTOEDIT_DEBUG) && defined(__GNUC__)
   fprintf(stderr, "OUTPUT PSTOEDIT BACKEND DEBUG(%s)\n", __FUNCTION__);