dbg cleanup

This commit is contained in:
p.kosyh 2010-07-13 04:37:05 +00:00
parent f5a28c2c57
commit 94f147e0e3

View file

@ -229,7 +229,7 @@ choose_object = dlg {
if xact then
n = n:gsub(":","\\:")
end
put(phr(n, true, o..':enable(); return take("'..o..'")'), s);
put(phr(n, true, o..':enable(); return take('..o..')'), s);
end
end
end
@ -255,7 +255,7 @@ drop_object = dlg {
if xact then
n = n:gsub(":","\\:")
end
put (phr(n, true, o..':enable(); drop("'..o..'","'..deref(dbg_here())..'")'), s)
put (phr(n, true, o..':enable(); drop('..o..','..deref(dbg_here())..')'), s)
end
end
end