Skip to content
Snippets Groups Projects
Commit 4fddfb0f authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 5a5bab88
No related branches found
No related tags found
No related merge requests found
// $Id: CreateFile.cpp,v 1.73 2005-12-16 20:28:12 geuzaine Exp $ // $Id: CreateFile.cpp,v 1.74 2005-12-16 20:29:15 geuzaine Exp $
// //
// Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
// //
...@@ -90,7 +90,7 @@ void CreateOutputFile(char *name, int format) ...@@ -90,7 +90,7 @@ void CreateOutputFile(char *name, int format)
{ {
FILE *fp; FILE *fp;
GLint size3d, viewport[4], width, height; GLint size3d, viewport[4], width, height;
int res, oldformat, psformat, pssort, psoptions, guess; int res, oldformat, psformat, pssort, psoptions;
if(!name || !strlen(name)) if(!name || !strlen(name))
return; return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment