Mouton
09-11-2005, 06:08 PM
If you try to nuke an approved release, it will let you. To fix this:
Replace
"NUKE" {
if {[llength $args]!=2} {return 1}
by
"NUKE" {
if {[llength $args]<2} {return 1}
in ioDUPE.itcl
Replace
"NUKE" {
if {[llength $args]!=2} {return 1}
by
"NUKE" {
if {[llength $args]<2} {return 1}
in ioDUPE.itcl