src/strip.vala
authorAlan Knowles <alan@roojs.com>
Fri, 29 Jun 2018 08:14:23 +0000 (16:14 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 29 Jun 2018 08:14:23 +0000 (16:14 +0800)
src/strip.vala

index 7524ef1..0bfe477 100644 (file)
@@ -370,7 +370,7 @@ public class Strip : GLib.Object {
        
        // initialize it with known data..
        // that should wipe out dupes.
-       var matches = this.execute("SELECT id as nid FROM Attachment WHERE id = %d".printf(
+       var matches = this.execute("SELECT id   FROM Attachment WHERE id = %d".printf(
                        int.parse(sid)));