From 251ee6a23886da349d3f6d4ee20ec519be601edf Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 29 Jun 2018 15:41:06 +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 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; } -- 2.39.2