mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:30:05 +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)
|
if (headResponse.status_code == cpr::status::HTTP_OK)
|
||||||
{
|
{
|
||||||
bool updated =
|
bool updated = p->UpdateFileRecord(headResponse, filename);
|
||||||
p->UpdateFileRecord(headResponse, url); // TODO: filename
|
|
||||||
|
|
||||||
if (updated)
|
if (updated)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue