Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This is not used as format argument anymore, no need to protect the % symbol
[simgrid.git] / tools / gras / stub_generator.c
index db3c700..ee2a1ab 100644 (file)
@@ -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"