From: Alan Knowles Date: Fri, 29 Jun 2018 08:15:08 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?p=app.mailtrimmer;a=commitdiff_plain;h=98a1caf4bbafea54b6466e8e8cf873709495a8d4 src/strip.vala --- diff --git a/src/strip.vala b/src/strip.vala index 0bfe477..6e7dc94 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -691,7 +691,7 @@ public class Strip : GLib.Object { { return this.real_query(false, str); } - public string real_query(bool need_return, string str) + public string real_query(int need_return, string str) { GLib.debug("Before Query : %u : %s\n", this.mysql.errno(), this.mysql.error());