Explorar el Código

Update BT.AutoUpdate.tcl

Daniel Voipan hace 5 años
padre
commit
62ac982db0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      BlackTools/Modules/BT.AutoUpdate.tcl

+ 1 - 1
BlackTools/Modules/BT.AutoUpdate.tcl

@@ -520,7 +520,7 @@ proc blacktools:update_restore {data newdata} {
     set current_data $newdata
     set variables [regexp -all -inline  {set black\((.+?)\)} $data]
     regsub -all {set black\((.+?)\)} $variables "" variables
-    set var_nomodif "name author vers site current_modif current_size"
+    set var_nomodif "name author vers site"
     set var_counter 0
 foreach var $variables {
 if {$var == ""} {continue}