summaryrefslogtreecommitdiff
path: root/tex/context/base/publ-dat.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/publ-dat.lua')
-rw-r--r--tex/context/base/publ-dat.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/publ-dat.lua b/tex/context/base/publ-dat.lua
index f3d8547fb..082b97c3c 100644
--- a/tex/context/base/publ-dat.lua
+++ b/tex/context/base/publ-dat.lua
@@ -326,13 +326,13 @@ function publications.loadbibdata(dataset,content,source,kind)
report("invalid source for dataset %a",dataset)
return
end
+ dataset = datasets[dataset]
local size = #content
if size == 0 then
- report("empty source %a for dataset %a",source,dataset)
+ report("empty source %a for dataset %a",source,dataset.name)
else
- report("adding bib data to set %a from source %a",dataset,source)
+ report("adding bib data to set %a from source %a",dataset.name,source)
end
- dataset = datasets[dataset]
statistics.starttiming(publications)
publicationsstats.nofbytes = publicationsstats.nofbytes + size
dataset.nofbytes = dataset.nofbytes + size