From 0f8701b357b302f6aed7c07e3355ce6cd0b3cd32 Mon Sep 17 00:00:00 2001 From: William Joye Date: Sat, 4 Feb 2017 16:01:18 -0500 Subject: fix win fits bin filtering --- ds9/library/util.tcl | 1 - 1 file changed, 1 deletion(-) diff --git a/ds9/library/util.tcl b/ds9/library/util.tcl index 7bcb223..aab9ea7 100644 --- a/ds9/library/util.tcl +++ b/ds9/library/util.tcl @@ -445,7 +445,6 @@ proc InitFilterCompiler {} { win32 { set tcc [file join $ds9(root) tcc/tcc.exe] if {[file exists $tcc]} { - set env(FILTER_KEEP) 1 set env(FILTER_CC) [file nativename [file attributes [file normalize $tcc] -shortname]] set env(FILTER_TMPDIR) [file nativename [file attributes [file normalize $ds9(tmpdir)] -shortname]] } -- cgit v0.12