diff options
author | kaa <kaa@disroot.org> | 2023-07-09 19:45:30 -0700 |
---|---|---|
committer | kaa <kaa@disroot.org> | 2023-07-09 19:45:30 -0700 |
commit | 9695f8b3e702b028fb01a09e7ca18eb381c49506 (patch) | |
tree | cec155d764579ccca5887925a75e5c4b40f945b0 /various/neoup/neoup.c | |
parent | baee5248699451f570f6fdfe13ed53e4fe6e9f65 (diff) | |
download | neocities-master.tar.gz |
Diffstat (limited to 'various/neoup/neoup.c')
-rw-r--r-- | various/neoup/neoup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/various/neoup/neoup.c b/various/neoup/neoup.c index 0415954..8f26738 100644 --- a/various/neoup/neoup.c +++ b/various/neoup/neoup.c @@ -15,7 +15,7 @@ upfile(char *name, char *rdir) snprintf(cmd, MAXCMD, "curl -u %s:%s -F \"%s/%s=@%s\" %s", username, password, rdir, name, name, url); - printf("%s%s\n", rdir, name); + printf("%s/%s\n", rdir, name); /*printf("\t%s\n", cmd);*/ system(cmd); |