This commit is contained in:
2026-05-29 17:45:02 +09:00
parent c3888d1c2f
commit 8335e326bd
+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);