From: mquinson Date: Fri, 11 Feb 2005 08:30:28 +0000 (+0000) Subject: This is not used as format argument anymore, no need to protect the % symbol X-Git-Tag: v3.3~4376 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a31b95a462da7cb7bd72b670d74b3345e2f7b975?hp=1809d0aebaf0f28bf099091e78a56fecf2e64d85 This is not used as format argument anymore, no need to protect the % symbol git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@975 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/tools/gras/stub_generator.c b/tools/gras/stub_generator.c index db3c700e75..ee2a1ab9b1 100644 --- a/tools/gras/stub_generator.c +++ b/tools/gras/stub_generator.c @@ -68,7 +68,7 @@ const char* SIM_MAIN_PREEMBULE = " /* Simulation setup */\n" " MSG_global_init_args(&argc,argv);\n" " if (argc != 3) {\n" -" fprintf(stderr, \"Usage: %%s platform_file application_description.txt [--gras-log=...]\\n\",argv[0]);\n" +" fprintf(stderr, \"Usage: %s platform_file application_description.txt [--gras-log=...]\\n\",argv[0]);\n" " exit(1);\n" " }\n" "\n"