[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mash/mash-1/tcl/net agent-audio.tcl
Update of /usr/mash/src/repository/mash/mash-1/tcl/net
In directory gumby.cs.berkeley.edu:/tmp/cvs-serv11197/tcl/net
Modified Files:
agent-audio.tcl
Log Message:
Fixed a bug in the close_device definition. Before, it didn't have the $self instvar at the top of the function, so of course [info exists audio_] would always be false. Now I added the $self instvar $audio_ $controller_ to make it check the appropriate variables