aboutsummaryrefslogtreecommitdiffstats
path: root/skate/zippy.go
diff options
context:
space:
mode:
Diffstat (limited to 'skate/zippy.go')
-rw-r--r--skate/zippy.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/skate/zippy.go b/skate/zippy.go
index 2283733..69877b7 100644
--- a/skate/zippy.go
+++ b/skate/zippy.go
@@ -388,6 +388,7 @@ func matchedRefsExtend(matched []*BiblioRef, refs []*Ref, stats *statsAugment) [
// Reuse fields for debugging, for now.
bref.MatchStatus = StatusUnmatched.Short()
bref.MatchReason = ReasonUnknown.Short()
+ bref.Extra.Ref = *r
matched = append(matched, &bref)
}
return matched