bufgix: out of range error due to wrong vector

pull/23/head
JuanJakobo 2021-02-22 16:56:55 +01:00
parent 22a042321b
commit 3129a7fc91
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ void Nextcloud::downloadFolder(vector<Item> &tempItems, int itemID)
} }
else else
{ {
Log::writeLog("started download of " + _items.at(itemID).getPath() + " to " + _items.at(itemID).getLocalPath()); Log::writeLog("started download of " + tempItems.at(itemID).getPath() + " to " + tempItems.at(itemID).getLocalPath());
downloadItem(tempItems, itemID); downloadItem(tempItems, itemID);
} }