fixed bug that crashed multi-part html doc generation in unusual circumstances
svn: r9638 original commit: 464154f1474bcb820c1af4723afba4d0ec938c4e
This commit is contained in:
parent
28126e24f5
commit
ce8852492a
|
@ -964,8 +964,8 @@
|
|||
(define/override (get-suffix) #"")
|
||||
|
||||
(define/override (get-dest-directory)
|
||||
(or (build-path (or (super get-dest-directory) (current-directory))
|
||||
(current-subdirectory))
|
||||
(or (and (current-subdirectory)
|
||||
(build-path (or (super get-dest-directory) (current-directory)) (current-subdirectory)))
|
||||
(super get-dest-directory)))
|
||||
|
||||
(define/override (derive-filename d)
|
||||
|
|
Loading…
Reference in New Issue
Block a user