From 8335e326bd33674bcfbf423ef6d23038f37a4833 Mon Sep 17 00:00:00 2001 From: Craig Everett Date: Fri, 29 May 2026 17:45:02 +0900 Subject: [PATCH] WIP --- src/gd_v_express.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gd_v_express.erl b/src/gd_v_express.erl index 7ec4799..32ee936 100644 --- a/src/gd_v_express.erl +++ b/src/gd_v_express.erl @@ -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);