소스 검색

Fix announcedbuffer size

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;
 		}