X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=src%2Fstrip.vala;h=6e7dc949029bae374e7d21815fc12f719f4f4637;hb=98a1caf4bbafea54b6466e8e8cf873709495a8d4;hp=0bfe47736116f24e9383fc6e02d56b7258b94598;hpb=685216d7f806b3ccf6237ec99e3253f0d7bc12fc;p=app.mailtrimmer 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());