summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorMole Shang <[email protected]>2023-08-06 22:18:31 +0800
committerMole Shang <[email protected]>2023-08-06 22:18:31 +0800
commit189fba5a4b63706575f9287cd0b1760a331d636e (patch)
tree40ed29ac9a5ac711dfeb9586e82e620da11fe1ef /src/ui.c
parent99eded34e119d5b88d5210a617ecc35ba7347306 (diff)
downloadhinata-189fba5a4b63706575f9287cd0b1760a331d636e.tar.gz
hinata-189fba5a4b63706575f9287cd0b1760a331d636e.tar.bz2
hinata-189fba5a4b63706575f9287cd0b1760a331d636e.zip
process_url: initial callback support
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c2
1 files changed, 1 insertions, 1 deletions
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");
}