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

index 0c7f52a..52e2cb3 100644 (file)
@@ -385,7 +385,7 @@ public class Strip : GLib.Object {
        
        // initialize it with known data..
        // that should wipe out dupes.
-       var filesize = this.execute("SELECT filesize FROM Attachment WHERE id = %d".printf(
+       var filesize = this.query("SELECT filesize FROM Attachment WHERE id = %d".printf(
                        int.parse(sid)));  
 
                if (filesize=="") {