cant figure out what the real bug is, so added in this defensive thing
svn: r10150
This commit is contained in:
parent
ae09de2fa2
commit
995bab2d5c
|
@ -693,7 +693,7 @@ profile todo:
|
|||
(< (send from-text get-snip-position snip) para-end-pos))
|
||||
(send to-text insert (send snip copy))
|
||||
(loop (send snip next))))
|
||||
(send to-text highlight-range (- from-start 1) from-end (get-error-color) #f #f 'high)
|
||||
(send to-text highlight-range (max 0 (- from-start 1)) from-end (get-error-color) #f #f 'high)
|
||||
to-text))
|
||||
|
||||
;; get-filename : debug-source -> string
|
||||
|
|
Loading…
Reference in New Issue
Block a user