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

*** empty log message ***

parent 5ae7326b
Branches
Tags
No related merge requests found
// $Id: Callbacks.cpp,v 1.306 2004-12-23 03:19:58 geuzaine Exp $ // $Id: Callbacks.cpp,v 1.307 2004-12-23 03:21:36 geuzaine Exp $
// //
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
// //
...@@ -785,9 +785,7 @@ test: ...@@ -785,9 +785,7 @@ test:
goto test; goto test;
} }
save: save:
if(rename(CTX.filename, name) == -1) rename(CTX.filename, name);
Msg(GERROR, "Unable to rename file '%s'", CTX.filename);
else
OpenProblem(name); OpenProblem(name);
Draw(); Draw();
} }
......
# $Id: Makefile,v 1.380 2004-11-19 18:26:46 geuzaine Exp $ # $Id: Makefile,v 1.381 2004-12-23 03:21:36 geuzaine Exp $
# #
# Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
# #
...@@ -23,7 +23,7 @@ include variables ...@@ -23,7 +23,7 @@ include variables
GMSH_MAJOR_VERSION = 1 GMSH_MAJOR_VERSION = 1
GMSH_MINOR_VERSION = 57 GMSH_MINOR_VERSION = 57
GMSH_PATCH_VERSION = 0 GMSH_PATCH_VERSION = 1
GMSH_EXTRA_VERSION = "-cvs" GMSH_EXTRA_VERSION = "-cvs"
GMSH_VERSION = ${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}${GMSH_EXTRA_VERSION} GMSH_VERSION = ${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}${GMSH_EXTRA_VERSION}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment