update file format to 0.2 for blending mode, visibility and alpha lock attributes
This commit is contained in:
@@ -128,7 +128,9 @@ void NodeDialogCloud::load_thumbs_thread()
|
||||
break;
|
||||
|
||||
res.clear();
|
||||
std::string url = "https://panopainter.com/cloud/cloud-info.php?file=" + n;
|
||||
char* url_escaped = curl_easy_escape(curl, n.c_str(), n.size());
|
||||
std::string url = std::string("https://panopainter.com/cloud/cloud-info.php?file=") + url_escaped;
|
||||
delete url_escaped;
|
||||
curl_easy_setopt(curl, CURLOPT_URL, url.c_str());
|
||||
LOG("%s", url.c_str());
|
||||
auto err = curl_easy_perform(curl);
|
||||
|
||||
Reference in New Issue
Block a user