fixed a bug noticed by Casey & John

svn: r12160
This commit is contained in:
Robby Findler 2008-10-28 21:22:18 +00:00
parent c9244e48ff
commit 39021e2da0

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