From a43d727d484b591ef39e10184f56e2069b85c2f7 Mon Sep 17 00:00:00 2001
From: Stefen Guzik <guzik2@llnl.gov>
Date: Thu, 21 Aug 2008 23:06:23 +0000
Subject: [PATCH] Fix for Chaco fclose bug

---
 contrib/Chaco/main/interface.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/contrib/Chaco/main/interface.c b/contrib/Chaco/main/interface.c
index 26b4fc2cd1..b883078cb5 100644
--- a/contrib/Chaco/main/interface.c
+++ b/contrib/Chaco/main/interface.c
@@ -107,6 +107,8 @@ int       terminal_propogation;
 /* 	} */
 /* 	read_params(params_file); */
 /*     } */
+/* Gmsh - required if above commented out */
+    params_file = NULL;
 /* Gmsh - end */
 /* Gmsh - override some parameters */
     FREE_GRAPH = 0;
-- 
GitLab