From 189fba5a4b63706575f9287cd0b1760a331d636e Mon Sep 17 00:00:00 2001 From: Mole Shang <135e2@135e2.dev> Date: Sun, 6 Aug 2023 22:18:31 +0800 Subject: process_url: initial callback support --- src/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui.c') diff --git a/src/ui.c b/src/ui.c index da6fd1b..0692954 100644 --- a/src/ui.c +++ b/src/ui.c @@ -57,7 +57,7 @@ void load_ui(struct ui_struct *ui) { if (outPath) { DEBUG_PRINT("tinyfd gets outPath: %s\n", outPath); append_log("Got URL: %s\n", text); - add_url(text, outPath, NULL, NULL); + add_url(text, outPath, NULL, NULL, NULL, NULL); } else { LOG("NFD", "Please specify a valid file PATH to write to!\n"); } -- cgit v1.2.3