From e73c4bc74f763147e872d7b7ed2e05a4facdbb89 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 15 Jun 2018 17:13:12 +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 590bbb7..b26230a 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.query("SELECT filesize FROM Attachment WHERE id = %d".printf( + var filesize = this.exect("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); -- 2.39.2