Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SylaiseElvenan committed Nov 11, 2020
1 parent baf2950 commit 858f005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HtmlFile2/htmlfile2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@ class CHtmlFile2_Private

std::wstring sPStyle = GetStyle(sSelectors, true);

for(size_t i = temporary.size() - 1; i >= 0; i--)
for(int i = temporary.size() - 1; i >= 0; i--)
sSelectors.insert(sSelectors.begin() + temporary[i].first, temporary[i].second);

oXml->WriteString(sPStyle);
Expand Down

0 comments on commit 858f005

Please sign in to comment.