From 3548be324cce02fcc85443821998e3cb771fcddb Mon Sep 17 00:00:00 2001 From: sof Date: Sun, 18 May 1997 03:55:38 +0000 Subject: [PATCH] [project @ 1997-05-18 03:55:38 by sof] -y fix --- ghc/runtime/profiling/HeapProfile.lc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/runtime/profiling/HeapProfile.lc b/ghc/runtime/profiling/HeapProfile.lc index 373e9ff..374b4f3 100644 --- a/ghc/runtime/profiling/HeapProfile.lc +++ b/ghc/runtime/profiling/HeapProfile.lc @@ -309,7 +309,7 @@ heap_profile_init(argv) fprintf(heap_file, "}"); } if (type_select_no) { - fprintf(heap_file, " -t{%s", type_select_strs[0]); + fprintf(heap_file, " -y{%s", type_select_strs[0]); for (count = 1; count < type_select_no; count++) fprintf(heap_file, ",%s", type_select_strs[count]); fprintf(heap_file, "}"); -- 1.7.10.4