소스 검색

Add files via upload

Daniel Voipan 5 년 전
부모
커밋
b79b8338af
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      BlackTools/Modules/BT.AutoUpdate.tcl

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

@@ -264,7 +264,7 @@ proc blacktools:update_start_restore {} {
 }
     set end_download [unixtime]
     set dif [expr $end_download - $black(start_update)]
-    blacktools:update_put $hand $chan 17 [list [duration $dif]]
+    blacktools:update_put "" "" 17 [list [duration $dif]]
     set newdata [blacktools:update_data 0 ""]
     blacktools:update_put $hand $chan 18 ""
     set restore_config [blacktools:update_restore $black(update_old_data) $newdata]