mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 08:00:06 +00:00
Warning file record should use filename, not URL
This commit is contained in:
parent
2eb65defbc
commit
c00016cb69
1 changed files with 1 additions and 2 deletions
|
|
@ -130,8 +130,7 @@ WarningsProvider::LoadUpdatedFiles(
|
|||
{
|
||||
if (headResponse.status_code == cpr::status::HTTP_OK)
|
||||
{
|
||||
bool updated =
|
||||
p->UpdateFileRecord(headResponse, url); // TODO: filename
|
||||
bool updated = p->UpdateFileRecord(headResponse, filename);
|
||||
|
||||
if (updated)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue