fixed a bug noticed by Casey & John

svn: r12160

original commit: 39021e2da00b860f26ea8532b07dd072438d3667
This commit is contained in:
Robby Findler 2008-10-28 21:22:18 +00:00
parent 936effa0dc
commit 0f02da5cff

View File

@ -32,7 +32,7 @@
(let ([name
(cond
[(symbol? (object-name proc))
(format "~a" (object-name proc))]
(format "~a:~a" (object-name proc) counter)]
[(and line col)
(format "~a:~a.~a:~a" src line col counter)]
[else