Display correction

svn: r9466
This commit is contained in:
Kathy Gray 2008-04-24 22:55:40 +00:00
parent 6f0314b40c
commit 2d12ca4a62

View File

@ -149,7 +149,7 @@
(string-append
(cond
[(symbol? (src-file src)) (string-append " At ")]
[(path? (src-file src)) (string-append " In " (src-file src) " at ")]
[(path? (src-file src)) (string-append " In " (path->string (src-file src)) " at ")]
[(is-a? (src-file src) editor<%>) " At "])
"line " (number->string (src-line src))
" column " (number->string (src-col src)))))