From e53b31a39ea411d12a0556ce98c7b4798d7e1480 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 18 Sep 2008 09:16:21 +0000 Subject: [PATCH] fix proto --- Fltk/GUI_Extras.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fltk/GUI_Extras.cpp b/Fltk/GUI_Extras.cpp index 5bc98c3f0e..be5eb30762 100644 --- a/Fltk/GUI_Extras.cpp +++ b/Fltk/GUI_Extras.cpp @@ -1569,7 +1569,7 @@ int cgns_write_dialog(const char *filename) int cgns_write_dialog(const char *filename) { - CreateOutputFile(name, FORMAT_CGNS); + CreateOutputFile(filename, FORMAT_CGNS); return 1; } -- GitLab