diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp
index 0ed6b0e6097ee3ff694fa28f9450a3fd7dcfe5de..9ff62462d35fcebc2bb6dcc904a0bb8a6fa9eed0 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 a396059f7e6d67602150875f1c623080afca9da4..cef475984c7d4fb6fdb6a6c22afd95c2dae7604a 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
 //