Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
obsidiansystems
GHC
Commits
46ed752a
Commit
46ed752a
authored
Jul 08, 2000
by
panne
Browse files
[project @ 2000-07-08 17:04:17 by panne]
Synch format string with actual args
parent
7bb06950
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/ProfHeap.c
View file @
46ed752a
/* -----------------------------------------------------------------------------
* $Id: ProfHeap.c,v 1.1
4
2000/0
6/12
1
6
:0
1:02 simonmar
Exp $
* $Id: ProfHeap.c,v 1.1
5
2000/0
7/08
1
7
:0
4:17 panne
Exp $
*
* (c) The GHC Team, 1998-2000
*
...
...
@@ -412,7 +412,7 @@ fprint_ccs(FILE *fp, CostCentreStack *ccs, nat components)
}
else
{
fprint_ccs
(
fp
,
ccs
->
prevStack
,
components
-
1
);
fprintf
(
fp
,
"/%s"
,
cc
->
label
,
ccs
->
ccsID
);
fprintf
(
fp
,
"
%s
/%s"
,
cc
->
label
,
ccs
->
ccsID
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment