chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #677: bug in pdf egg


From: Chicken Trac
Subject: [Chicken-janitors] #677: bug in pdf egg
Date: Wed, 31 Aug 2011 10:43:57 -0000

#677: bug in pdf egg
------------------------+---------------------------------------------------
 Reporter:  felix       |       Owner:       
     Type:  defect      |      Status:  new  
 Priority:  major       |   Milestone:       
Component:  extensions  |     Version:  4.7.x
 Keywords:  pdf         |  
------------------------+---------------------------------------------------
 `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)))
 }}}

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/677>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]