summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
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");
}