Fix typo in procmime.c
authorKeith Edmunds <keith@midnighthax.com>
Tue, 7 Dec 2004 15:32:42 +0000 (15:32 +0000)
committerKeith Edmunds <keith@midnighthax.com>
Tue, 7 Dec 2004 15:32:42 +0000 (15:32 +0000)
ChangeLog.claws
configure.ac
src/procmime.c

index 98ac64f674e8ae9b7009ac0c34db35f2e1e62f54..7bb9a80ac1acd5b0a4a7cedb40f13e24d6d5e09c 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-07 [keith]     0.9.13cvs3
+
+       * src/procmime.c
+               Fix typo
+
 2004-12-07 [colin]     0.9.13cvs2
 
        * AUTHORS
index b40d67c8b29aac138617bf7c0e464cb51f0f193c..d11f181466b6de602e03ae28768e0d3f85207895 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=13
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=2
+EXTRA_VERSION=3
 EXTRA_RELEASE=
 
 if test \( $EXTRA_VERSION -eq 0 \) -o \( "x$EXTRA_RELEASE" != "x" \); then
index ca4904901f56de7d352885e659b8cb1b73b03889..64352255793a647e94bf6c0205dcd1ed90e0b36f 100644 (file)
@@ -867,7 +867,7 @@ gchar *procmime_get_tmp_file_name(MimeInfo *mimeinfo)
                if (basetmp == NULL)
                        basetmp = "mimetmp";
                base = g_basename(basetmp);
-               if (*basename == '\0') basename = g_strdup("mimetmp");
+               if (*base == '\0') base = g_strdup("mimetmp");
                Xstrdup_a(base, base, return NULL);
                subst_for_shellsafe_filename(base);
        }