Explorar el Código

avoid issues with potential % in tasks.rec

Samuel Thibault hace 8 años
padre
commit
f0f75282e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tools/starpu_tasks_rec_complete.c

+ 1 - 1
tools/starpu_tasks_rec_complete.c

@@ -164,7 +164,7 @@ int main(int argc, char *argv[]) {
 		{
 			already_there = 1;
 		}
-		fprintf(output, s);
+		fprintf(output, "%s", s);
 	}
 
 	if (fclose(output))