From 40857a968aaef7af030cbccb3faec78e8ea28f39 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 16 Oct 2004 22:14:52 +0000
Subject: [PATCH] forgot to commit this

---
 Parser/Gmsh.tab.cpp | 4 ++--
 Parser/Gmsh.yy.cpp  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp
index 0ed6b0e609..9ff62462d3 100644
--- a/Parser/Gmsh.tab.cpp
+++ b/Parser/Gmsh.tab.cpp
@@ -192,7 +192,7 @@
 
 #line 1 "Gmsh.y"
 
-// $Id: Gmsh.tab.cpp,v 1.203 2004-09-18 01:51:56 geuzaine Exp $
+// $Id: Gmsh.tab.cpp,v 1.204 2004-10-16 22:14:51 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
@@ -7116,7 +7116,7 @@ case 284:
 	if(v){
 	  char tmpstring[1024];
 	  FixRelativePath(yyvsp[-1].c, tmpstring);
-	  WriteView(v, tmpstring, 0, 0);
+	  WriteView(v, tmpstring, CTX.post.file_format, 0);
 	}
       }
       else{
diff --git a/Parser/Gmsh.yy.cpp b/Parser/Gmsh.yy.cpp
index a396059f7e..cef475984c 100644
--- a/Parser/Gmsh.yy.cpp
+++ b/Parser/Gmsh.yy.cpp
@@ -2,7 +2,7 @@
 /* A lexical scanner generated by flex */
 
 /* Scanner skeleton version:
- * $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.202 2004-09-18 01:51:56 geuzaine Exp $
+ * $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.203 2004-10-16 22:14:52 geuzaine Exp $
  */
 
 #define FLEX_SCANNER
@@ -1019,7 +1019,7 @@ char *yytext;
 #line 1 "Gmsh.l"
 #define INITIAL 0
 #line 2 "Gmsh.l"
-// $Id: Gmsh.yy.cpp,v 1.202 2004-09-18 01:51:56 geuzaine Exp $
+// $Id: Gmsh.yy.cpp,v 1.203 2004-10-16 22:14:52 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
-- 
GitLab