diff options
author | Marius <mariausol@gmail.com> | 2011-11-08 16:20:15 +0200 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2011-11-08 16:20:15 +0200 |
commit | 40471dd95ca8782212c5d63ee5f2085b105ed7e8 (patch) | |
tree | 5fed44546f9fff4ea69168cf16e839b9d7c83e6c /tex/context/base/trac-inf.lua | |
parent | e39e55fe08653b79084655b91e468940b9495a59 (diff) | |
download | context-40471dd95ca8782212c5d63ee5f2085b105ed7e8.tar.gz |
beta 2011.11.08 15:20
Diffstat (limited to 'tex/context/base/trac-inf.lua')
-rw-r--r-- | tex/context/base/trac-inf.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/trac-inf.lua b/tex/context/base/trac-inf.lua index a5a87c78d..cbc9d13f8 100644 --- a/tex/context/base/trac-inf.lua +++ b/tex/context/base/trac-inf.lua @@ -116,7 +116,7 @@ function statistics.show(reporter) return lower(status.banner) end) register("control sequences", function() - return format("%s of %s", status.cs_count, status.hash_size+status.hash_extra) + return format("%s of %s + %s", status.cs_count, status.hash_size,status.hash_extra) end) register("callbacks", function() local total, indirect = status.callbacks or 0, status.indirect_callbacks or 0 |