mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
fixed some reversed parameters introduced in the previous commit
This commit is contained in:
@@ -64,7 +64,7 @@ int mfconn_api_file_get_links(mfconn * conn, mffile * file,
|
||||
"?quick_key=%s"
|
||||
"&%s"
|
||||
"&response_format=json",
|
||||
link_params, quickkey);
|
||||
quickkey,link_params);
|
||||
if (api_call == NULL) {
|
||||
fprintf(stderr, "mfconn_create_signed_get failed\n");
|
||||
if(link_params != NULL) free(link_params);
|
||||
|
||||
Reference in New Issue
Block a user