probable fix to the runtime error seen in drdr
svn: r18029
This commit is contained in:
parent
e581ac7bfd
commit
419a50860c
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
@ -85,7 +85,7 @@
|
|||
|
||||
(define (center base state x)
|
||||
(define w (pict-height state))
|
||||
(define d (quotient (- width w) 2))
|
||||
(define d (floor (/ (- width w) 2)))
|
||||
(pin-over base x d state))
|
||||
|
||||
(define width (pict-height bg))
|
||||
|
|
Loading…
Reference in New Issue
Block a user