Kameleon plane

This commit is contained in:
Sebastian Piwell
2016-04-25 10:34:43 -04:00
parent 999b9706c0
commit f13367e717
13 changed files with 291 additions and 147 deletions

View File

@@ -234,7 +234,7 @@ std::shared_ptr<DownloadManager::FileFuture> DownloadManager::downloadToMemory(
char *ct;
res = curl_easy_getinfo(curl, CURLINFO_CONTENT_TYPE, &ct);
if(ct){
future->extension = std::string(ct);
future->format = std::string(ct);
}
}