From: Alan Knowles Date: Fri, 29 Jun 2018 07:41:06 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?p=app.mailtrimmer;a=commitdiff_plain;h=251ee6a23886da349d3f6d4ee20ec519be601edf src/strip.vala --- diff --git a/src/strip.vala b/src/strip.vala index 404c132..59a31d3 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -374,7 +374,7 @@ public class Strip : GLib.Object { int.parse(sid))); GLib.error("Got Matches :%s", matches); - if (matches=="0") { + if (matches=="") { GLib.error("Failed to find id :%s", sid); return; }