cgmnlm

colorful gemini line mode browser
git clone https://git.clttr.info/cgmnlm.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 02c2be62daceb04e4891d415c997dd64db84b9d9
parent eb6a4e9740237bd1bd71c115476e187520a2fc8c
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 20 Sep 2020 15:14:54 -0400

assert(url) after setting input URL

Diffstat:
Msrc/gmni.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/gmni.c b/src/gmni.c @@ -147,6 +147,7 @@ main(int argc, char *argv[]) new_url = gemini_input_url(url, input); free(url); url = new_url; + assert(url); goto next; case 3: // REDIRECT free(url);