src/strip.vala
[app.mailtrimmer] / src / strip.vala
index c8ebbd6..590bbb7 100644 (file)
@@ -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");