From: sof Date: Sun, 18 May 1997 03:55:38 +0000 (+0000) Subject: [project @ 1997-05-18 03:55:38 by sof] X-Git-Tag: Approximately_1000_patches_recorded~696 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3548be324cce02fcc85443821998e3cb771fcddb;p=ghc-hetmet.git [project @ 1997-05-18 03:55:38 by sof] -y fix --- 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, "}");