From d043366751ef512ff6d8020e17187f5e611f24ae Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 21 Apr 2004 23:33:21 +0000 Subject: [PATCH] don't print the full progname on batch info line --- Fltk/Main.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Fltk/Main.cpp b/Fltk/Main.cpp index 06b52f8325..317a4dfea3 100644 --- a/Fltk/Main.cpp +++ b/Fltk/Main.cpp @@ -1,4 +1,4 @@ -// $Id: Main.cpp,v 1.62 2004-04-21 23:14:47 geuzaine Exp $ +// $Id: Main.cpp,v 1.63 2004-04-21 23:33:21 geuzaine Exp $ // // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // @@ -109,8 +109,7 @@ int main(int argc, char *argv[]) CTX.terminal = 1; if(CTX.verbosity && CTX.terminal) - fprintf(stderr, "%s, version %s, started %s\n", - gmsh_progname, GMSH_VERSION, currtime); + fprintf(stderr, "Gmsh %s, started %s\n", GMSH_VERSION, currtime); // Register Default Plugins if(CTX.default_plugins) -- GitLab