src/strip.vala
authorAlan Knowles <alan@roojs.com>
Fri, 29 Jun 2018 08:15:08 +0000 (16:15 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 29 Jun 2018 08:15:08 +0000 (16:15 +0800)
src/strip.vala

index 0bfe477..6e7dc94 100644 (file)
@@ -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());