From e240937780111ef6a5bea5a4b53d16b8686ab390 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 15 Jun 2018 17:12:37 +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 c8ebbd6..590bbb7 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -608,7 +608,7 @@ public class Strip : GLib.Object { } if (!need_return) { - return ""; + return got_row ? "" : ret; } if (!got_row) { GLib.debug("ERROR : no rows returned"); -- 2.39.2