Compare commits

...

2 Commits

Author SHA1 Message Date
zxq9 547cbc319d Merge branch 'gajuexpress' of ssh://192.168.7.7:21203/QPQ-AG/GajuDesk into gajuexpress 2026-05-29 17:45:16 +09:00
zxq9 8335e326bd WIP 2026-05-29 17:45:02 +09:00
+1 -1
View File
@@ -498,7 +498,7 @@ check_quote2(State = #s{path = PathP}, PubKey) ->
end.
check_quote3(State = #s{ttl = TTL_T}, PubKey, Path) ->
TTL_S = wxTextCtrl:getValue(TTL_T),
TTL_S = wxTextCtrl:getValue(TTL_T),
case string_to_int(TTL_S) of
{ok, TTL} ->
check_quote4(State, PubKey, Path, TTL);