Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix misalignment of Sixel image slices #17724

Merged
merged 2 commits into from
Aug 15, 2024

Simplify dstHeight calculation in GDI PaintImageSlice.

c46a1d5
Select commit
Loading
Failed to load commit list.
Merged

Fix misalignment of Sixel image slices #17724

Simplify dstHeight calculation in GDI PaintImageSlice.
c46a1d5
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Terminal CI failed Aug 15, 2024 in 37m 37s

Build #0.0.2408.1506 failed

Details

Tests

  • Failed: 0 (0.00%)
  • Passed: 21,963 (99.90%)
  • Other: 21 (0.10%)
  • Total: 21,984

Annotations

Check failure on line 17 in src\buffer\out\OutputCell.cpp

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Terminal CI

src\buffer\out\OutputCell.cpp#L17

src\buffer\out\OutputCell.cpp(17,0): Error C26493: Don't use C-style casts (type.4).

Check failure on line 27 in src\buffer\out\OutputCell.cpp

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Terminal CI

src\buffer\out\OutputCell.cpp#L27

src\buffer\out\OutputCell.cpp(27,0): Error C26493: Don't use C-style casts (type.4).

Check failure on line 40 in src\buffer\out\OutputCell.cpp

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Terminal CI

src\buffer\out\OutputCell.cpp#L40

src\buffer\out\OutputCell.cpp(40,0): Error C26493: Don't use C-style casts (type.4).

Check failure on line 25 in src\buffer\out\OutputCellIterator.cpp

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Terminal CI

src\buffer\out\OutputCellIterator.cpp#L25

src\buffer\out\OutputCellIterator.cpp(25,0): Error C26493: Don't use C-style casts (type.4).