From 21fbad023e80e6915be7921aea0fa03b98b9fe80 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 29 Jun 2018 15:37:47 +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 88cf364..bebadbc 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) FROM Attachment WHERE id = %d".printf( + var matches = this.execute("SELECT count(id) as nid FROM Attachment WHERE id = %d".printf( int.parse(sid))); GLib.error("Got Matches :%s", matches); -- 2.39.2