src/strip.vala
authorAlan Knowles <alan@roojs.com>
Fri, 15 Jun 2018 09:13:20 +0000 (17:13 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 Jun 2018 09:13:20 +0000 (17:13 +0800)
src/strip.vala

index b26230a..773a91b 100644 (file)
@@ -370,7 +370,7 @@ public class Strip : GLib.Object {
        
        // initialize it with known data..
        // that should wipe out dupes.
-       var filesize = this.exect("SELECT filesize FROM Attachment WHERE id = %d".printf(
+       var filesize = this.execute("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);