Samuel Thibault пре 9 година
родитељ
комит
0474927832
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/core/perfmodel/perfmodel_print.c

+ 1 - 1
src/core/perfmodel/perfmodel_print.c

@@ -152,7 +152,7 @@ void starpu_perfmodel_print(struct starpu_perfmodel *model, struct starpu_perfmo
 		if (strcmp(parameter, "path-file-debug") == 0)
 		{
 			char debugname[256];
-			starpu_perfmodel_debugfilepath(model, arch, debugname, 1024, nimpl);
+			starpu_perfmodel_debugfilepath(model, arch, debugname, 256, nimpl);
 			printf("%s\n", debugname);
 			return;
 		}