From 9ccadd1562fd96e33bbbbf628d26351ebe83c751 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 4 May 2018 13:59:41 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strip.vala b/src/strip.vala index f129fc8..b01aed0 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -728,7 +728,7 @@ public class Strip : GLib.Object { var nf = File.new_for_path(path +"/" + name); var newfileinfo = nf.query_info(GLib.FileAttribute.TIME_MODIFIED,GLib.FileQueryInfoFlags.NONE,null); newfileinfo.set_modification_time(mod_time); - nf.set_attributes_from_info(newfileinfo); + nf.set_attributes_from_info(newfileinfo,FileQueryInfoFlags.NONE); } this.processed++; -- 2.39.2