From 1ac26802a14cb79924a6fd55376b3f285fdcdc1d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 29 Jun 2018 16:09:20 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/strip.vala b/src/strip.vala index f8589ac..8686615 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -487,7 +487,7 @@ public class Strip : GLib.Object { '%s', -- mimetype '%s', -- stored file anme - '', + '', -- charset 'attachment', 0, 0, @@ -507,8 +507,7 @@ public class Strip : GLib.Object { this.mysql_escape(file_path), file_size file_size - this.mysql_escape(chksum), - file_size + this.mysql_escape(chksum) )); this.query(""" -- 2.39.2