]> git.pld-linux.org Git - packages/mutt.git/blobdiff - mutt-rr.compressed.patch
Added autoconf.patch, rel. 10
[packages/mutt.git] / mutt-rr.compressed.patch
index c49bf422c8dbdcc32ab67e189fc01d09ee2da71d..11ef6b6a16ffb4adcb5033e444a74b5030008a05 100644 (file)
@@ -142,7 +142,7 @@ diff -udprP mutt-1.5.19.orig/compress.c mutt-1.5.19/compress.c
 +  ctx->realpath = ctx->path;
 +
 +  /* Uncompress to /tmp */
-+  mutt_mktemp (tmppath);
++  mutt_mktemp (tmppath, sizeof(tmppath));
 +  ctx->path = safe_malloc (strlen (tmppath) + 1);
 +  strcpy (ctx->path, tmppath);
 +}
This page took 0.025676 seconds and 4 git commands to generate.