From 97bcfd3006e2950efa637245d161c6e43f4e8911 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 20 Jun 2015 11:15:04 -0700 Subject: [PATCH] CLI2: Fixed bug where all FILTER args were tagged with 'ID' --- src/CLI2.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CLI2.cpp b/src/CLI2.cpp index 0bae8af3d..6226ff87b 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -1338,7 +1338,6 @@ void CLI2::findIDs () } } } - a.tag ("ID"); } }