fixed some reversed parameters introduced in the previous commit

This commit is contained in:
root
2014-12-27 22:32:40 -06:00
parent 53e85e0de1
commit ae52c4c647

View File

@@ -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);