summaryrefslogtreecommitdiff
path: root/tex/context/base/font-log.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/font-log.lua')
-rw-r--r--tex/context/base/font-log.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/font-log.lua b/tex/context/base/font-log.lua
index 74586664e..97cb4ff7c 100644
--- a/tex/context/base/font-log.lua
+++ b/tex/context/base/font-log.lua
@@ -34,7 +34,7 @@ end
function fonts.logger.report(complete)
local t = { }
- for name, used in table.sortedpairs(fonts.used) do
+ for name, used in table.sortedhash(fonts.used) do
if complete then
t[#t+1] = used .. "->" .. file.basename(name)
else