projects
/
p5sagit/Devel-Size.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
09c6d3b
)
tweak --showid output
Tim Bunce [Sun, 30 Sep 2012 09:16:58 +0000 (18:16 +0900)]
bin/sizeme_store.pl
patch
|
blob
|
blame
|
history
diff --git
a/bin/sizeme_store.pl
b/bin/sizeme_store.pl
index
b66ac38
..
688a113
100755
(executable)
--- a/
bin/sizeme_store.pl
+++ b/
bin/sizeme_store.pl
@@
-162,7
+162,7
@@
sub leave_node {
else {
$name .= sprintf " +%s", fmt_size($x->{self_size});
}
- $name .= " $x->{id}" if $opt_showid;
+ $name .= " #$x->{id}" if $opt_showid;
my @node_attr = (
sprintf("label=%s", $dotnode->($name)),