From 040e263f95247ad7c104486b60ac6534dedb924c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 29 Jun 2018 16:20:14 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()); -- 2.39.2