From: Colin Leroy Date: Tue, 5 May 2009 16:28:41 +0000 (+0000) Subject: 2009-05-05 [colin] 3.7.1cvs51 X-Git-Tag: rel_3_7_2~36 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=1ba43ea11c5f5e8092e44dd0c5724394f453dccd;hp=f283670a867bb7d9fea6a83abd94dce7be72b6fd 2009-05-05 [colin] 3.7.1cvs51 * src/common/utils.c Fix patch :) --- diff --git a/ChangeLog b/ChangeLog index f911d522f..e201a6268 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-05-05 [colin] 3.7.1cvs51 + + * src/common/utils.c + Fix patch :) + 2009-05-05 [colin] 3.7.1cvs50 * src/common/utils.c diff --git a/PATCHSETS b/PATCHSETS index 9a44ebd4d..81f665c7f 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -3790,3 +3790,4 @@ ( cvs diff -u -r 1.654.2.3855 -r 1.654.2.3856 configure.ac; cvs diff -u -r 1.5.2.17 -r 1.5.2.18 src/gtk/gtkaspell.h; ) > 3.7.1cvs48.patchset ( cvs diff -u -r 1.16.2.67 -r 1.16.2.68 src/msgcache.c; ) > 3.7.1cvs49.patchset ( cvs diff -u -r 1.36.2.169 -r 1.36.2.170 src/common/utils.c; ) > 3.7.1cvs50.patchset +( cvs diff -u -r 1.36.2.170 -r 1.36.2.171 src/common/utils.c; ) > 3.7.1cvs51.patchset diff --git a/configure.ac b/configure.ac index f2f593461..135854836 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ MINOR_VERSION=7 MICRO_VERSION=1 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=50 +EXTRA_VERSION=51 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/common/utils.c b/src/common/utils.c index cc752c94d..52860ec04 100644 --- a/src/common/utils.c +++ b/src/common/utils.c @@ -504,7 +504,7 @@ gint file_strip_crs(const gchar *file) goto unlinkout; } -+ if (move_file(out, file, TRUE) < 0) + if (move_file(out, file, TRUE) < 0) goto unlinkout; g_free(out);