Opened 14 years ago
Closed 14 years ago
#677 closed defect (fixed)
bug in pdf egg
| Reported by: | felix winkelmann | Owned by: | Christian Kellermann |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | extensions | Version: | 4.7.x |
| Keywords: | Cc: | ||
| Estimated difficulty: |
Description
set-cdr! is called with the wrong number of arguments here:
(define (set-dictionary-value dict name value) (set-cdr! (assoc name (dictionary-values dict) value)))
Note:
See TracTickets
for help on using tickets.

The root cause seemed to be a misplaced parenthesis pair:
I have commited a patch for this to trunk. Who is the maintainer of this egg? Should I tag a new version?