From: Alan Knowles Date: Fri, 15 Jun 2018 09:13:20 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?p=app.mailtrimmer;a=commitdiff_plain;h=99e562805fb5e7bb7d46163cb8d5061d2d22ce07 src/strip.vala --- diff --git a/src/strip.vala b/src/strip.vala index b26230a..773a91b 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -370,7 +370,7 @@ public class Strip : GLib.Object { // initialize it with known data.. // that should wipe out dupes. - var filesize = this.exect("SELECT filesize FROM Attachment WHERE id = %d".printf( + var filesize = this.execute("SELECT filesize FROM Attachment WHERE id = %d".printf( int.parse(sid))); if (int.parse(filesize) < 1) { GLib.debug("Could not get filesize from id :%s = %s", sid,filesize);