src/strip.vala
authorAlan Knowles <alan@roojs.com>
Fri, 29 Jun 2018 07:41:06 +0000 (15:41 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 29 Jun 2018 07:41:06 +0000 (15:41 +0800)
src/strip.vala

index 404c132..59a31d3 100644 (file)
@@ -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;
                }