WIP
This commit is contained in:
@@ -498,7 +498,7 @@ check_quote2(State = #s{path = PathP}, PubKey) ->
|
|||||||
end.
|
end.
|
||||||
|
|
||||||
check_quote3(State = #s{ttl = TTL_T}, PubKey, Path) ->
|
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
|
case string_to_int(TTL_S) of
|
||||||
{ok, TTL} ->
|
{ok, TTL} ->
|
||||||
check_quote4(State, PubKey, Path, TTL);
|
check_quote4(State, PubKey, Path, TTL);
|
||||||
|
|||||||
Reference in New Issue
Block a user