From: Alan Knowles Date: Fri, 29 Jun 2018 08:14:14 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?p=app.mailtrimmer;a=commitdiff_plain;h=f47238e77f8847a67259ea1681bbdfb55ca0ceb7 src/strip.vala --- diff --git a/src/strip.vala b/src/strip.vala index 833a9ca..7524ef1 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 matches = this.execute("SELECT count(id) as nid FROM Attachment WHERE id = %d".printf( + var matches = this.execute("SELECT id as nid FROM Attachment WHERE id = %d".printf( int.parse(sid)));