# HG changeset patch # User Matti Hamalainen # Date 1613471376 -7200 # Node ID 2f62fa434056e3752fca77371d8f24102f6084e3 # Parent c3911a8c28e5045f6e723931af4248c9cb9eac8c tj: Improve a comment. diff -r c3911a8c28e5 -r 2f62fa434056 tj.tcl --- a/tj.tcl Tue Feb 16 12:29:17 2021 +0200 +++ b/tj.tcl Tue Feb 16 12:29:36 2021 +0200 @@ -466,7 +466,7 @@ return 1 } - # If empty, clear to global default id + # If given ID is empty or *, clear to global default id if {$uid == "" || $uid == "{}" || $uid == "*"} { set uid $tj_default_id } else {