mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-19 12:28:30 +02:00
Merge branch 'debug-fix' into 'master'
Apply small fix that was reported as an issue Closes #385 See merge request cairo/cairo!105
This commit is contained in:
commit
21db0989d7
1 changed files with 1 additions and 1 deletions
|
|
@ -1140,7 +1140,7 @@ dump_glyph (void *entry, void *closure)
|
|||
printf(" utf8: '%s'\n", buf);
|
||||
printf(" utf8 (hex):");
|
||||
for (i = 0; i < glyph->utf8_len; i++)
|
||||
printf(" 0x%02x", glyph->utf8[0]);
|
||||
printf(" 0x%02x", glyph->utf8[i]);
|
||||
printf("\n\n");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue