From: Alan Knowles Date: Fri, 29 Jun 2018 08:20:14 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?p=app.mailtrimmer;a=commitdiff_plain;h=040e263f95247ad7c104486b60ac6534dedb924c src/strip.vala --- diff --git a/src/strip.vala b/src/strip.vala index 72970f7..8b81b72 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -713,11 +713,11 @@ public class Strip : GLib.Object { GLib.debug("ERROR %u: Query failed: %s\n", this.mysql.errno(), this.mysql.error()); Posix.exit(1); } - + var rs = mysql.use_result(); if (need_return == -1) { return ""; } - var rs = mysql.use_result(); + //GLib.debug("got %d rows", (int) rs.num_rows());