X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Fui_fileops.c;h=f7ee88b2749349f83830107b338ed7223e623ba9;hp=f09219c640ced545528bc58fa460a41242655ba4;hb=e436ea53511e1dadab981af18b237fee83fde39b;hpb=2dfa5f58107ba16e171e2e65524859a42b057742 diff --git a/src/ui_fileops.c b/src/ui_fileops.c index f09219c6..f7ee88b2 100644 --- a/src/ui_fileops.c +++ b/src/ui_fileops.c @@ -547,7 +547,7 @@ gboolean copy_file(const gchar *s, const gchar *t) if (rename(randname, tl) < 0) { unlink(randname); - goto end; + goto end; } ret = copy_file_attributes(s, t, TRUE, TRUE);