mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
[coretext] Fix a warning
This commit is contained in:
parent
6e17bd374f
commit
201a0fe361
1 changed files with 1 additions and 1 deletions
|
@ -559,7 +559,7 @@ resize_and_retry:
|
|||
|
||||
CFArrayRef glyph_runs = CTLineGetGlyphRuns (line);
|
||||
unsigned int num_runs = CFArrayGetCount (glyph_runs);
|
||||
DEBUG_MSG (CORETEXT, nullptr, "Num runs: %d", num_runs);
|
||||
DEBUG_MSG (CORETEXT, nullptr, "Num runs: %u", num_runs);
|
||||
|
||||
buffer->len = 0;
|
||||
uint32_t status_or = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue