From 13d92d7f523bd42ad94170ce41a8be794bdb171d Mon Sep 17 00:00:00 2001 From: jackbackrack Date: Thu, 2 Jul 2015 14:29:42 -0700 Subject: rename id to cid, legalizeNames, better flo/dbl support in tester, better mux handling and check for uint/sint, support for bulk connect, filter ? as well --- bin/filter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/filter.cpp') diff --git a/bin/filter.cpp b/bin/filter.cpp index 4e805a48..1da9440b 100644 --- a/bin/filter.cpp +++ b/bin/filter.cpp @@ -5,7 +5,7 @@ int main (int argc, char* argv[]) { for (;;) { c = getchar(); if (c == EOF) break; - if (c == '#') + if (c == '#' || c == '?') putchar('_'); else if (c == '$') { putchar(':'); putchar(':'); -- cgit v1.2.3