From 98a1caf4bbafea54b6466e8e8cf873709495a8d4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 29 Jun 2018 16:15:08 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- 2.39.2